diff options
author | John Marino <marino@FreeBSD.org> | 2015-11-13 07:59:42 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-11-13 07:59:42 +0000 |
commit | 0e2684f4de1dfa39c1db50ce8ce30a1a1e1e1307 (patch) | |
tree | 9ad67bb74e1bfd14ad5b5975c8ac242e3591ff2a /audio/wmsmixer | |
parent | 90e0bf150e98568ff47421e90db4ca916f4ef095 (diff) | |
download | freebsd-ports-0e2684f4de1dfa39c1db50ce8ce30a1a1e1e1307.zip |
audio/wmsmixer: USES=alias to support DragonFly
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r-- | audio/wmsmixer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile index 4be4bc54bdbf..cd44bee4d8ac 100644 --- a/audio/wmsmixer/Makefile +++ b/audio/wmsmixer/Makefile @@ -15,7 +15,7 @@ OPTIONS_DEFINE= DOCS PLIST_FILES= bin/wmsmixer PORTDOCS= README -USES= imake +USES= alias imake USE_XORG= xpm MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}" |