summaryrefslogtreecommitdiffstats
path: root/www/epiphany
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-16 04:17:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-16 04:17:46 +0800
commit912415509412bf556a43d2091ea3a3b924656596 (patch)
tree2fe606d468178e0eb4edda295969445a1ddc586e /www/epiphany
parent5752cc4290f146c7c812ea173cb687717e32fdfa (diff)
downloadmarcuscom-ports-912415509412bf556a43d2091ea3a3b924656596.tar
marcuscom-ports-912415509412bf556a43d2091ea3a3b924656596.tar.gz
marcuscom-ports-912415509412bf556a43d2091ea3a3b924656596.tar.bz2
marcuscom-ports-912415509412bf556a43d2091ea3a3b924656596.tar.lz
marcuscom-ports-912415509412bf556a43d2091ea3a3b924656596.tar.xz
marcuscom-ports-912415509412bf556a43d2091ea3a3b924656596.tar.zst
marcuscom-ports-912415509412bf556a43d2091ea3a3b924656596.zip
Make sure packages get full GNOME support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1832 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 91b4281d7..bd3428ccd 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -55,6 +55,12 @@ XXX_FILES= EphyAutomation-common.c EphyAutomation-stubs.c \
EphyAutomation-skels.c EphyAutomation.h
PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/\.[0-9]+$//}"
+.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:Mnautilus2}!=""