diff options
Diffstat (limited to 'devel/entity/Makefile')
-rw-r--r-- | devel/entity/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/entity/Makefile b/devel/entity/Makefile index f91b726e046b..f97264de2e4c 100644 --- a/devel/entity/Makefile +++ b/devel/entity/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: entity -# Date created: 15 June 2000 -# Whom: Jesse McConnell <jesse@cylant.com> -# +# Created by: Jesse McConnell <jesse@cylant.com> # $FreeBSD$ -# PORTNAME= entity PORTVERSION= 0.7.2 @@ -20,11 +16,11 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-tcl=no +USES= perl5 USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_GNOME= gtk12 USE_LDCONFIG= ${PREFIX}/lib/entity/clib -USE_PERL5= yes MAKE_JOBS_UNSAFE= yes MAN1= entity.1 |