diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 11:58:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 11:58:23 +0000 |
commit | ea2b24193ec3d5476680946f0e2ac983442fa75e (patch) | |
tree | a9c58d0dce011db33253af040e49cedcee9c5252 /audio/asmixer | |
parent | 5eb43e9c9fc872540c6c75cabf5613f8d0617418 (diff) |
Notes
Diffstat (limited to 'audio/asmixer')
-rw-r--r-- | audio/asmixer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 1e253f7a7dbf..1801440c43ed 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -7,7 +7,7 @@ PORTNAME= asmixer PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/ @@ -17,8 +17,7 @@ COMMENT= A mixer control for X, and specifically the AfterStep Window Manager MAN1= ${PORTNAME}.1x PLIST_FILES= bin/asmixer -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${X11BASE} \ |