diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
commit | b9ff5234b278e2c336a3e477f772c38288f4fe79 (patch) | |
tree | c975fe5cb1e1002a57c6395b81bc96b4864a93bf /graphics/gqview | |
parent | bbbbae8b914fbb665c2f9f4e8504c497abe8ebee (diff) | |
download | FreeBSD-ports-b9ff5234b278e2c336a3e477f772c38288f4fe79.zip FreeBSD-ports-b9ff5234b278e2c336a3e477f772c38288f4fe79.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index a137d68..d40744e 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -13,10 +13,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf - USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -24,8 +23,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mlibcapplet}!="" +USE_GNOME+= libcapplet +PKGNAMESUFFIX= -gnome .endif MAN1= gqview.1 |