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/libast | |
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/libast')
-rw-r--r-- | devel/libast/Makefile | 4 | ||||
-rw-r--r-- | devel/libast/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index dd13749923d9..4c048b651ef6 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -7,7 +7,7 @@ PORTNAME= libast PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.eterm.org/download/ @@ -19,7 +19,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ USE_X_PREFIX= yes USE_GNOME= gnomehack -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/devel/libast/pkg-plist b/devel/libast/pkg-plist index d1ba04761152..0377070b44db 100644 --- a/devel/libast/pkg-plist +++ b/devel/libast/pkg-plist @@ -19,6 +19,7 @@ include/libast/objpair.h include/libast/sysdefs.h include/libast/vector_if.h lib/libast.a +lib/libast.la lib/libast.so lib/libast.so.2 share/aclocal/libast.m4 |