diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 19:58:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 19:58:23 +0800 |
commit | bd28f92f6435133f555a734b21a6faa15ba0fbeb (patch) | |
tree | 2f308ebef20a0715d31b1734b34d7e3963931efa /audio | |
parent | bb3e376a087ebaafbc3fdfd5acac8b77bdaa04f1 (diff) | |
download | freebsd-ports-gnome-bd28f92f6435133f555a734b21a6faa15ba0fbeb.tar.gz freebsd-ports-gnome-bd28f92f6435133f555a734b21a6faa15ba0fbeb.tar.zst freebsd-ports-gnome-bd28f92f6435133f555a734b21a6faa15ba0fbeb.zip |
- Repleace USE_XPM to USE_XORG
- Get rid of USE_X_PREFIX
Diffstat (limited to 'audio')
-rw-r--r-- | audio/asmix/Makefile | 5 | ||||
-rw-r--r-- | audio/asmixer/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/audio/asmix/Makefile b/audio/asmix/Makefile index 640f21b75a6c..c4e641f57233 100644 --- a/audio/asmix/Makefile +++ b/audio/asmix/Makefile @@ -7,15 +7,14 @@ PORTNAME= asmix PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/ MAINTAINER= ports@FreeBSD.org COMMENT= Volume control dock-app for the AfterStep Window Manager -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${X11BASE}/include \ 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} \ |