diff options
Diffstat (limited to 'devel/linux-c7-nspr/Makefile')
-rw-r--r-- | devel/linux-c7-nspr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/linux-c7-nspr/Makefile b/devel/linux-c7-nspr/Makefile index 95fb36064a6c..58cc87e8bd07 100644 --- a/devel/linux-c7-nspr/Makefile +++ b/devel/linux-c7-nspr/Makefile @@ -9,11 +9,11 @@ CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Netscape Portable Runtime (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 + .include <bsd.port.mk> |