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 /lang/cim | |
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 'lang/cim')
-rw-r--r-- | lang/cim/Makefile | 3 | ||||
-rw-r--r-- | lang/cim/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile index a160abf641f4..1c8dc404cb61 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -7,6 +7,7 @@ PORTNAME= cim PORTVERSION= 3.37 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Compiler for the SIMULA programming language USE_PERL5= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/lang/cim/pkg-plist b/lang/cim/pkg-plist index 898c5d036eee..8ab3e043438b 100644 --- a/lang/cim/pkg-plist +++ b/lang/cim/pkg-plist @@ -5,5 +5,6 @@ bin/cimindent include/cim.h lib/libcim-atr.a lib/libcim.a +lib/libcim.la lib/libcim.so lib/libcim.so.3 |