summaryrefslogtreecommitdiff
path: root/graphics/gqview
diff options
context:
space:
mode:
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>