diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-21 15:43:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-21 15:43:25 +0800 |
commit | 4a8740ded03876fccec090a1bef4fde5a578682c (patch) | |
tree | 866e180d13c30e6c7eea8efed9c06637e68727d9 /graphics/gqview/Makefile | |
parent | f07848fdb2c674d336b03ed6ffef7219d9599aa0 (diff) | |
download | freebsd-ports-gnome-4a8740ded03876fccec090a1bef4fde5a578682c.tar.gz freebsd-ports-gnome-4a8740ded03876fccec090a1bef4fde5a578682c.tar.zst freebsd-ports-gnome-4a8740ded03876fccec090a1bef4fde5a578682c.zip |
Upgrade to 0.11.0, don't depends to gnome now.
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r-- | graphics/gqview/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 88e908ad674d..80fda10461a5 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -6,19 +6,26 @@ # PORTNAME= gqview -PORTVERSION= 0.10.1 +PORTVERSION= 0.11.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nakai@FreeBSD.org +LIB_DEPENEDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk_pixbuf + USE_X_PREFIX= yes -USE_GNOME= yes +USE_GTK= yes +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +.if defined(WITH_GNOME) +USE_GNOME= yes +.endif + MAN1= gqview.1 pre-patch: |