diff options
Diffstat (limited to 'lang/cim/Makefile')
-rw-r--r-- | lang/cim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile index 3ca14fd..8d0cb6d 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: cim -# Version required: 3.29 +# Version required: 3.33 # Date created: 21 Sept 1996 # Whom: giffunip # # $FreeBSD$ # -DISTNAME= cim-3.29 +DISTNAME= cim-3.33 CATEGORIES= lang MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes MAN1= cim.1 .include <bsd.port.mk> |