diff options
Diffstat (limited to 'graphics/linux-c6-gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/linux-c6-gdk-pixbuf2/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/linux-c6-gdk-pixbuf2/Makefile b/graphics/linux-c6-gdk-pixbuf2/Makefile index 955aec3..a401889 100644 --- a/graphics/linux-c6-gdk-pixbuf2/Makefile +++ b/graphics/linux-c6-gdk-pixbuf2/Makefile @@ -9,14 +9,11 @@ CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of the gdk-pixbuf lib (Linux CentOS ${LINUX_DIST_VER}) -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= c6 -USE_LINUX_APPS= jasper jpeg png tiff xorglibs -USE_LINUX_RPM= yes RPMVERSION= 6.el6_7 -LINUX_NAME= lib${PORTNAME} -BRANDELF_DIRS= usr/bin +USES= linux:c6 USE_LDCONFIG= yes -DESCR= ${.CURDIR}/../gdk-pixbuf2/pkg-descr +USE_LINUX= jasper jpeg png tiff xorglibs +USE_LINUX_RPM= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include <bsd.port.mk> |