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 /converters/psiconv | |
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 'converters/psiconv')
-rw-r--r-- | converters/psiconv/Makefile | 3 | ||||
-rw-r--r-- | converters/psiconv/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index f8a7201da9f5..3deb7130dd5c 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -7,6 +7,7 @@ PORTNAME= psiconv PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= converters devel MASTER_SITES= http://software.frodo.looijaard.name/psiconv/files/ @@ -16,7 +17,7 @@ COMMENT= A conversion utility to convert Psion 5(MX) files into other formats USE_GETOPT_LONG=yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-imagemagick=no CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/converters/psiconv/pkg-plist b/converters/psiconv/pkg-plist index d25bcd580fb8..053abb6d301b 100644 --- a/converters/psiconv/pkg-plist +++ b/converters/psiconv/pkg-plist @@ -15,6 +15,7 @@ include/psiconv/parse.h include/psiconv/parse_routines.h include/psiconv/unicode.h lib/libpsiconv.a +lib/libpsiconv.la lib/libpsiconv.so lib/libpsiconv.so.10 %%DATADIR%%/psion/ASCII_Codes.psi |