diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 6 |
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}!="" |