diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-31 16:54:21 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-31 16:54:21 +0000 |
commit | 6140d3c6aada863a40f9075019eb0f48789cd48f (patch) | |
tree | 31bde26cde7c64937193d64587b12c96997aad8c /graphics/linux-c7-gdk-pixbuf2/Makefile | |
parent | 0177884e904ff5abe1705efd562133d568e572c4 (diff) | |
download | ports-6140d3c6aada863a40f9075019eb0f48789cd48f.tar.gz ports-6140d3c6aada863a40f9075019eb0f48789cd48f.zip |
Notes
Diffstat (limited to 'graphics/linux-c7-gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/linux-c7-gdk-pixbuf2/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/linux-c7-gdk-pixbuf2/Makefile b/graphics/linux-c7-gdk-pixbuf2/Makefile index 97a4516b18f7..c507505232f1 100644 --- a/graphics/linux-c7-gdk-pixbuf2/Makefile +++ b/graphics/linux-c7-gdk-pixbuf2/Makefile @@ -3,19 +3,22 @@ PORTNAME= gdk-pixbuf2 PORTVERSION= 2.31.6 -PORTREVISION= 1 +PORTREVISION= 2 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}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr RPMVERSION= 3.el7 USES= linux:c7 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> |