diff options
Diffstat (limited to 'graphics/linux-c6-png/Makefile')
-rw-r--r-- | graphics/linux-c6-png/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/linux-c6-png/Makefile b/graphics/linux-c6-png/Makefile index 737628dba119..2112da57f650 100644 --- a/graphics/linux-c6-png/Makefile +++ b/graphics/linux-c6-png/Makefile @@ -10,11 +10,12 @@ CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library for manipulating PNG images (Linux CentOS ${LINUX_DIST_VER}) -DESCR= ${.CURDIR}/../png/pkg-descr USES= linux:c6 USE_LDCONFIG= yes USE_LINUX_RPM= yes +DESCR= ${.CURDIR}/../png/pkg-descr + OPTIONS_DEFINE= DOCS .include <bsd.port.mk> |