summaryrefslogtreecommitdiff
path: root/graphics/gqview
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-30 03:22:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-30 03:22:57 +0000
commit78d718f9b3f977fd7439bcc549cb8898632de472 (patch)
tree60aceb71caff78048ab4451365bd54789300668f /graphics/gqview
parentThis port has been obsoleted by deskutils/kdepim. (diff)
handle gnome more properly
Notes
Notes: svn path=/head/; revision=50742
Diffstat (limited to 'graphics/gqview')
-rw-r--r--graphics/gqview/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index cebc2ea935f3..d95da0f224c2 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -22,7 +22,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-.if defined(WITH_GNOME)
+.include <bsd.port.pre.mk>
+
+.if defined(HAVE_GNOME)
USE_GNOME= yes
.endif
@@ -40,4 +42,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>