aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-11-30 11:22:57 +0800
committerijliao <ijliao@FreeBSD.org>2001-11-30 11:22:57 +0800
commit369ef773d623e56d91366b2edbe69e38a174b901 (patch)
tree511cf7f06c3a606d0761d92e36f08a0a27a76609 /graphics
parent897d8e7386f043bfdcc220b79a54388e3ac202d3 (diff)
downloadfreebsd-ports-gnome-369ef773d623e56d91366b2edbe69e38a174b901.tar.gz
freebsd-ports-gnome-369ef773d623e56d91366b2edbe69e38a174b901.tar.zst
freebsd-ports-gnome-369ef773d623e56d91366b2edbe69e38a174b901.zip
handle gnome more properly
Diffstat (limited to 'graphics')
-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>