diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /devel/styx | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'devel/styx')
-rw-r--r-- | devel/styx/Makefile | 4 | ||||
-rw-r--r-- | devel/styx/pkg-plist | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/styx/Makefile b/devel/styx/Makefile index 3873c22f92fa..34a6ab8d5c79 100644 --- a/devel/styx/Makefile +++ b/devel/styx/Makefile @@ -8,7 +8,7 @@ PORTNAME= styx PORTVERSION= 1.6.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.speculate.de/styx/ @@ -17,7 +17,7 @@ COMMENT= A scanner/parser generator USE_ICONV= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} diff --git a/devel/styx/pkg-plist b/devel/styx/pkg-plist index 52b8e400719a..f9b91294a583 100644 --- a/devel/styx/pkg-plist +++ b/devel/styx/pkg-plist @@ -91,12 +91,15 @@ include/styx/xml_test_cim.h include/styx/xmllit_lim.h @dirrm include/styx lib/libdstyx.a +lib/libdstyx.la lib/libdstyx.so lib/libdstyx.so.2 lib/libdxml.a +lib/libdxml.la lib/libdxml.so lib/libdxml.so.1 lib/libxstyx.a +lib/libxstyx.la lib/libxstyx.so lib/libxstyx.so.2 %%PORTDOCS%%%%DOCSDIR%%/bin__cim.htm |