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/soundtracker | |
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/soundtracker')
-rw-r--r-- | audio/soundtracker/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index 1f58530a1a14..73dfd15439fd 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= ftp://ftp.soundtracker.org/pub/soundtracker/v0.6/ MAINTAINER= kzentner@u.washington.edu USE_X_PREFIX= yes -USE_GTK= yes -USE_ESOUND= yes +USE_GNOMENG= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -22,9 +21,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME= gtk12 esound CONFIGURE_ARGS+=--enable-gnome +PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+=--disable-gnome .endif |