1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

handle gnome more properly

This commit is contained in:
Ying-Chieh Liao 2001-11-30 03:22:57 +00:00
parent a34e5c6fee
commit 78d718f9b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50742

View File

@ -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>