diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 20:52:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 20:52:18 +0000 |
commit | 56d065eea5db87b15a06e7ae92aead78699a6283 (patch) | |
tree | f5f8288de61a8f683cf48f631a771536609aba8b /x11/gnoclip | |
parent | eeaeb79f0286598fb7a0b13f9cbae3d7540203f3 (diff) |
Use USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=63679
Diffstat (limited to 'x11/gnoclip')
-rw-r--r-- | x11/gnoclip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnoclip/Makefile b/x11/gnoclip/Makefile index a1566805d3eb..2ea3225f2121 100644 --- a/x11/gnoclip/Makefile +++ b/x11/gnoclip/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.unikol.com.pl/~adolf/ MAINTAINER= edybsd@yahoo.com.ar USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix libpanel ALL_TARGET= gnoclip_applet MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |