diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-04 05:29:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-04 05:29:31 +0800 |
commit | 1139c3c46a10991af530a8302a28cbf458e36918 (patch) | |
tree | 4fcbb84ea37f69c53fa144eee1a0981d7f65f4f6 /x11/gnomepanel/Makefile | |
parent | a20a55c33c5604b5021e83bc9225d443f6629948 (diff) | |
download | marcuscom-ports-1139c3c46a10991af530a8302a28cbf458e36918.tar marcuscom-ports-1139c3c46a10991af530a8302a28cbf458e36918.tar.gz marcuscom-ports-1139c3c46a10991af530a8302a28cbf458e36918.tar.bz2 marcuscom-ports-1139c3c46a10991af530a8302a28cbf458e36918.tar.lz marcuscom-ports-1139c3c46a10991af530a8302a28cbf458e36918.tar.xz marcuscom-ports-1139c3c46a10991af530a8302a28cbf458e36918.tar.zst marcuscom-ports-1139c3c46a10991af530a8302a28cbf458e36918.zip |
Make sure we build packages with full GNOME support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1767 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r-- | x11/gnomepanel/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 0f0cd0882..13be42f26 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -33,6 +33,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ MAN1= gnome-panel.1 gnome-panel-preferences.1 +.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) +.undef WITHOUT_GNOME +.undef WITHOUT_ALL +WITH_GNOME= yes +.endif + .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mevolutiondataserver}!="" |