diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 21:55:38 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 21:55:38 +0000 |
commit | cd9ccf76457ae96cb1c376b06c161588d64bba6d (patch) | |
tree | 547731c375d1765f5ebb5a7810efdf3130596815 | |
parent | 5dcb7098b04b9b953cfc5cd8e05890ef11b7e552 (diff) |
Notes
-rw-r--r-- | textproc/rnv/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/rnv/Makefile b/textproc/rnv/Makefile index ccae7a99772e..1f6222e18e0b 100644 --- a/textproc/rnv/Makefile +++ b/textproc/rnv/Makefile @@ -9,16 +9,14 @@ MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Relax NG Compact Syntax validator -LICENSE= BSD +LICENSE= BSD3CLAUSE -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-expat="${LOCALBASE}" -MAN1= rnv.1 -PLIST_FILES= bin/arx bin/rnv bin/rvp bin/xsdck +PLIST_FILES= bin/arx bin/rnv bin/rvp bin/xsdck man/man1/rnv.1.gz -NO_STAGE= yes .include <bsd.port.mk> |