diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
commit | 58406bee8938178fc317574c4236434b0dd11a25 (patch) | |
tree | b4fa34eca69e23769c548b4436cbf65d765e5fe2 /print/ggv2/Makefile | |
parent | 98eb5c95a29c8dd1a76435744e5316092835f696 (diff) | |
download | ports-58406bee8938178fc317574c4236434b0dd11a25.tar.gz ports-58406bee8938178fc317574c4236434b0dd11a25.zip |
Notes
Diffstat (limited to 'print/ggv2/Makefile')
-rw-r--r-- | print/ggv2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index 9ec46a216b47..de94498353f1 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= ggv2 -PORTVERSION= 2.6.2 +PORTVERSION= 2.8.0 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 DISTNAME= ggv-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -19,12 +19,14 @@ COMMENT= GNOME 2 ghostscript viewer USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils USE_GHOSTSCRIPT=yes USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= ggv.schemas + pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes @${ECHO_MSG} "" |