diff options
Diffstat (limited to 'graphics/linux-c6-gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/linux-c6-gdk-pixbuf2/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/linux-c6-gdk-pixbuf2/Makefile b/graphics/linux-c6-gdk-pixbuf2/Makefile index 1028f160f604..a5e4c4526c7a 100644 --- a/graphics/linux-c6-gdk-pixbuf2/Makefile +++ b/graphics/linux-c6-gdk-pixbuf2/Makefile @@ -3,17 +3,20 @@ PORTNAME= gdk-pixbuf2 PORTVERSION= 2.24.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org -COMMENT= RPM of the gdk-pixbuf lib (Linux CentOS ${LINUX_DIST_VER}) +COMMENT= Graphic library for GTK+ (Linux CentOS ${LINUX_DIST_VER}) +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr RPMVERSION= 6.el6_7 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= jasper jpeg png tiff xorglibs USE_LINUX_RPM= yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes .include <bsd.port.mk> |