summaryrefslogtreecommitdiff
path: root/editors/AbiWord2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-28 20:59:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-28 20:59:14 +0000
commit441c20e775e605ecd99052385eee1ca799fa1a64 (patch)
tree3fefff654e4c5360d7df157508e5b06e69158525 /editors/AbiWord2/Makefile
parentupdate pear-Log to 1.7.1 (diff)
Make sure we also have libgnomeprintui before we enable GNOME support.
Reported by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=89720
Diffstat (limited to '')
-rw-r--r--editors/AbiWord2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index c51c59777768..1760b2a84ddc 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/Makefile
@@ -48,8 +48,8 @@ MAKEFILE= GNUmakefile
BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord2 build"
.endif
-.if ${HAVE_GNOME:Mnautilus2}!=""
-USE_GNOME+= nautilus2
+.if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mlibgnomeprintui}!=""
+USE_GNOME+= nautilus2 libgnomeprintui
CONFIGURE_ARGS+= --enable-gnome
PKGNAMESUFFIX= -gnome
GNOME_ENABLED= yes