diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
commit | 8a609be53116f279d9c38adaeae64b221e32514e (patch) | |
tree | 8ef6e5a897ec95e2315c3a5152e85e7709ca1f82 /graphics/xmms-gdancer | |
parent | 7dd2eb9a863452e5c328606287c11b87a590b92c (diff) | |
download | ports-8a609be53116f279d9c38adaeae64b221e32514e.tar.gz ports-8a609be53116f279d9c38adaeae64b221e32514e.zip |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65340
Diffstat (limited to 'graphics/xmms-gdancer')
-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 2f6a0a985dee..78dc35c9b178 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 |