diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 20:30:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 20:30:18 +0000 |
commit | c62461876d0c38ab2c2e165e6c480832a091aebf (patch) | |
tree | d764b5f30cdb004f255f006eea441cc6e97e8d48 /textproc/chpp | |
parent | 0e3aa6f260d299b3dfdcb7e561a2c8e89d1785f2 (diff) |
Notes
Diffstat (limited to 'textproc/chpp')
-rw-r--r-- | textproc/chpp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile index b9999a59ec02..f568e6e0f76f 100644 --- a/textproc/chpp/Makefile +++ b/textproc/chpp/Makefile @@ -11,13 +11,13 @@ MASTER_SITES= http://www.complang.tuwien.ac.at/schani/chpp/files/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Non-intrusive full-featured text preprocessor -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc -USES= gmake makeinfo -USE_AUTOTOOLS= autoheader aclocal automake autoconf -AUTOMAKE_ARGS= --add-missing --copy --force-missing +USES= autoreconf gmake makeinfo +GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include |