diff options
Diffstat (limited to 'graphics/gpdf/Makefile')
-rw-r--r-- | graphics/gpdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index 42bcf7c518cf..39c60932a447 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gpdf -PORTVERSION= 0.112.1 +PORTVERSION= 0.131 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.112 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -17,7 +17,7 @@ COMMENT= GNOME version of xpdf USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui +USE_GNOME= gnomeprefix gnomehack intlhack lthack libgnomeui libgnomeprintui USE_X_PREFIX= yes USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |