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 /textproc/aspell | |
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 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/aspell/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 1a0036d86bf7..233ef043905b 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= aspell PORTVERSION= 0.60.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell @@ -17,7 +17,7 @@ EXTRACT_ONLY= aspell-0.60.4.tar.gz MAINTAINER?= thierry@FreeBSD.org COMMENT?= Spelling checker with better suggestion logic than ispell -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-docdir=${DOCSDIR} \ diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index c741da3b0c72..84f0aa000b31 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -69,9 +69,11 @@ lib/aspell-%%VER%%/spell lib/aspell-%%VER%%/split.kbd lib/aspell-%%VER%%/standard.kbd lib/libaspell.a +lib/libaspell.la lib/libaspell.so lib/libaspell.so.16 lib/libpspell.a +lib/libpspell.la lib/libpspell.so lib/libpspell.so.16 %%DATADIR%%/ccpp.amf |