diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-30 03:22:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-30 03:22:57 +0000 |
commit | 78d718f9b3f977fd7439bcc549cb8898632de472 (patch) | |
tree | 60aceb71caff78048ab4451365bd54789300668f /graphics/gqview/Makefile | |
parent | a34e5c6fee023a7e96fa3565b687fde863fb8df7 (diff) | |
download | ports-78d718f9b3f977fd7439bcc549cb8898632de472.tar.gz ports-78d718f9b3f977fd7439bcc549cb8898632de472.zip |
Notes
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r-- | graphics/gqview/Makefile | 6 |
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> |