diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /devel/ncnf | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'devel/ncnf')
-rw-r--r-- | devel/ncnf/Makefile | 4 | ||||
-rw-r--r-- | devel/ncnf/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/ncnf/Makefile b/devel/ncnf/Makefile index 82f4419..733f1d3 100644 --- a/devel/ncnf/Makefile +++ b/devel/ncnf/Makefile @@ -7,7 +7,7 @@ PORTNAME= ncnf PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= Generic configuration management library LIB_DEPENDS= strfunc.9:${PORTSDIR}/devel/libstrfunc INSTALLS_SHLIB= YES -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_REINPLACE= YES post-patch: diff --git a/devel/ncnf/pkg-plist b/devel/ncnf/pkg-plist index 48ef62d..df2d06c 100644 --- a/devel/ncnf/pkg-plist +++ b/devel/ncnf/pkg-plist @@ -9,6 +9,7 @@ include/ncnf_notif.h include/ncnf_constr.h include/ncnf_ql.h lib/libncnf.a +lib/libncnf.la lib/libncnf.so lib/libncnf.so.3 %%PORTDOCS%%%%DOCSDIR%%/ncnf-validator-syntax.txt |