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 /math/libqalculate | |
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 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 3 | ||||
-rw-r--r-- | math/libqalculate/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 27d3d8ff5e5e..23a24913f9c4 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -7,6 +7,7 @@ PORTNAME= libqalculate PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qalculate @@ -17,7 +18,7 @@ COMMENT= Very powerful GUI calculator for GNOME (backend library) LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= intlhack gnomehack glib20 libxml2 INSTALLS_SHLIB= yes diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist index e14e8e85351b..077100aab8fa 100644 --- a/math/libqalculate/pkg-plist +++ b/math/libqalculate/pkg-plist @@ -13,6 +13,7 @@ include/libqalculate/Unit.h include/libqalculate/BuiltinFunctions.h include/libqalculate/qalculate.h lib/libqalculate.a +lib/libqalculate.la lib/libqalculate.so lib/libqalculate.so.0 libdata/pkgconfig/libqalculate.pc |