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/cole | |
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/cole')
-rw-r--r-- | textproc/cole/Makefile | 3 | ||||
-rw-r--r-- | textproc/cole/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 35ef0b30957c..55e67928f28f 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -7,6 +7,7 @@ PORTNAME= cole PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://arturo.directmail.org/filters/archive/ @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org COMMENT= A free C OLE library -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/textproc/cole/pkg-plist b/textproc/cole/pkg-plist index b222c03b308b..361ad820f3ae 100644 --- a/textproc/cole/pkg-plist +++ b/textproc/cole/pkg-plist @@ -5,6 +5,7 @@ bin/cole_isfs_fast bin/cole_tree include/cole/cole.h lib/libcole.a +lib/libcole.la lib/libcole.so lib/libcole.so.2 share/aclocal/cole.m4 |