diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
commit | c09dc513f70813fd1915b12787ca0e934c4e4f5d (patch) | |
tree | d861acef1f689743981e09642f332436fdd4994a /graphics | |
parent | 0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff) | |
download | FreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip FreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmms-gdancer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xmms-gdancer/Makefile b/graphics/xmms-gdancer/Makefile index 2f6a0a9..78dc35c 100644 --- a/graphics/xmms-gdancer/Makefile +++ b/graphics/xmms-gdancer/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |