diff options
author | roam <roam@FreeBSD.org> | 2001-04-20 08:27:20 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-04-20 08:27:20 +0000 |
commit | c6c7b0db84e1e91d7745e372cd24e0e22ee946f8 (patch) | |
tree | c4d5ef1f251fde6e782136b016caea910e24038c /devel/entity/Makefile | |
parent | 6c5cd0aeaf4b2a0785b89016f879830257a466fa (diff) | |
download | FreeBSD-ports-c6c7b0db84e1e91d7745e372cd24e0e22ee946f8.zip FreeBSD-ports-c6c7b0db84e1e91d7745e372cd24e0e22ee946f8.tar.gz |
Update to 0.7.2.
PR: 26560
Submitted by: maintainer
Diffstat (limited to 'devel/entity/Makefile')
-rw-r--r-- | devel/entity/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/entity/Makefile b/devel/entity/Makefile index e8fff5c..27fedd0 100644 --- a/devel/entity/Makefile +++ b/devel/entity/Makefile @@ -6,7 +6,7 @@ # PORTNAME= entity -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.2 CATEGORIES= devel MASTER_SITES= http://entity.evilplan.org/Download/files/all-versions/ @@ -14,15 +14,15 @@ MAINTAINER= jesse@cylant.com LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre -PREFIX= ${LOCALBASE} - GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-tcl=no \ +CONFIGURE_ARGS+= --enable-tcl=no \ --enable-python=no USE_GMAKE= yes USE_GTK= yes INSTALLS_SHLIB= yes +MAN1= entity.1 + post-install: ${LDCONFIG} -m ${PREFIX}/lib/entity/clib ${PREFIX}/lib ${MKDIR} ${PREFIX}/share/entity |