diff options
Diffstat (limited to 'devel/linux-c7-libthai/Makefile')
-rw-r--r-- | devel/linux-c7-libthai/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/linux-c7-libthai/Makefile b/devel/linux-c7-libthai/Makefile index 1030fcb73fed..ade66729b381 100644 --- a/devel/linux-c7-libthai/Makefile +++ b/devel/linux-c7-libthai/Makefile @@ -10,13 +10,13 @@ CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Thai language support library (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-c6-${PORTNAME}-[0-9]* - -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + OPTIONS_DEFINE= DOCS .include <bsd.port.mk> |