diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 10:46:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 10:46:49 +0800 |
commit | b9ff5234b278e2c336a3e477f772c38288f4fe79 (patch) | |
tree | c975fe5cb1e1002a57c6395b81bc96b4864a93bf /graphics/gimageview | |
parent | bbbbae8b914fbb665c2f9f4e8504c497abe8ebee (diff) | |
download | freebsd-ports-gnome-b9ff5234b278e2c336a3e477f772c38288f4fe79.tar.gz freebsd-ports-gnome-b9ff5234b278e2c336a3e477f772c38288f4fe79.tar.zst freebsd-ports-gnome-b9ff5234b278e2c336a3e477f772c38288f4fe79.zip |
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index d867f1f2b5ee..327db712b3be 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -17,16 +17,18 @@ LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +WANT_GNOME= yes GNU_CONFIGURE= yes -WANT_IMLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> -.if defined(HAVE_IMLIB) -USE_IMLIB= yes +.if ${HAVE_GNOME:Mimlib}!="" +USE_GNOME+= imlib +PKGNAMESUFFIX= -imlib .endif post-patch: |