diff options
Diffstat (limited to 'graphics/linux-c6-cairo/Makefile')
-rw-r--r-- | graphics/linux-c6-cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/linux-c6-cairo/Makefile b/graphics/linux-c6-cairo/Makefile index d5a03114bc92..e0620253db6c 100644 --- a/graphics/linux-c6-cairo/Makefile +++ b/graphics/linux-c6-cairo/Makefile @@ -10,12 +10,13 @@ CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER}) -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= fontconfig pixman png xorglibs USE_LINUX_RPM= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + OPTIONS_DEFINE= DOCS .include <bsd.port.mk> |