diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 15:59:46 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 15:59:46 +0000 |
commit | bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60 (patch) | |
tree | 0dd599c3bd3c385b989cd2ccb511ac9a39bb8c32 /devel/linux-c6-nspr/Makefile | |
parent | 4bafa67ea0cfc5c54e5d698ef3aeaff8cd3115ad (diff) | |
download | ports-bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60.tar.gz ports-bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60.zip |
Notes
Diffstat (limited to 'devel/linux-c6-nspr/Makefile')
-rw-r--r-- | devel/linux-c6-nspr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/linux-c6-nspr/Makefile b/devel/linux-c6-nspr/Makefile index 5fe2914927af..a3e617f1aa88 100644 --- a/devel/linux-c6-nspr/Makefile +++ b/devel/linux-c6-nspr/Makefile @@ -9,9 +9,10 @@ CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER}) -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr USES= linux:c6 USE_LDCONFIG= yes USE_LINUX_RPM= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + .include <bsd.port.mk> |