diff options
Diffstat (limited to 'print/libgnomeprint/Makefile')
-rw-r--r-- | print/libgnomeprint/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 83f4f01e60f3..19d3b2c8bcae 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeprint -PORTVERSION= 0.25 +PORTVERSION= 0.28 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-print @@ -15,15 +15,13 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= ade@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf PLIST_SUB= VERSION=${PORTVERSION} USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes -USE_GNOMELIBS= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |