diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
commit | 5dc9b7f571c5ff107f23c55359449e1320f5bc23 (patch) | |
tree | 5a017d01eb1fdb09f452ca186cf116b89ff21ba0 /graphics/gimageview | |
parent | 54a93712b5de4af20902c4225ea8294420e21eee (diff) | |
download | ports-5dc9b7f571c5ff107f23c55359449e1320f5bc23.tar.gz ports-5dc9b7f571c5ff107f23c55359449e1320f5bc23.zip |
Notes
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: |