diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /lang/cim/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'lang/cim/Makefile')
-rw-r--r-- | lang/cim/Makefile | 3 |
1 files changed, 2 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 |