diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-29 04:52:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-29 04:52:18 +0800 |
commit | 3205c365192bfa6242c36a3fc51340b6f4c1f8c5 (patch) | |
tree | 9a20ea07619b891fba0596eacb90416db07d59b0 /x11 | |
parent | 5be9714450f8d6d24537f8d4082b7039b2317431 (diff) | |
download | freebsd-ports-gnome-3205c365192bfa6242c36a3fc51340b6f4c1f8c5.tar.gz freebsd-ports-gnome-3205c365192bfa6242c36a3fc51340b6f4c1f8c5.tar.zst freebsd-ports-gnome-3205c365192bfa6242c36a3fc51340b6f4c1f8c5.zip |
Use USE_GNOMENG.
Diffstat (limited to 'x11')
-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}" \ |