diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-31 08:13:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-31 08:13:25 +0800 |
commit | c09dc513f70813fd1915b12787ca0e934c4e4f5d (patch) | |
tree | d861acef1f689743981e09642f332436fdd4994a /audio/xmms-volnorm | |
parent | 0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff) | |
download | freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.zst freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/xmms-volnorm')
-rw-r--r-- | audio/xmms-volnorm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-volnorm/Makefile b/audio/xmms-volnorm/Makefile index 10fabde1520f..9e00ed8cd84f 100644 --- a/audio/xmms-volnorm/Makefile +++ b/audio/xmms-volnorm/Makefile @@ -18,7 +18,8 @@ MAINTAINER= pat@FreeBSD.org LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} INSTALLS_SHLIB= yes |