diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-21 07:43:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-21 07:43:25 +0000 |
commit | ee193e0957f7d6f6b2df9b0682327eb74af5cc61 (patch) | |
tree | a839d5cedb0679dd91666a68687eed9feba96241 /graphics/gqview/Makefile | |
parent | 43598b37a323e889ee163ea3c7d8477d89279c90 (diff) |
Notes
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: |