diff options
author | oliver <oliver@FreeBSD.org> | 2006-11-13 06:33:43 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-11-13 06:33:43 +0800 |
commit | 10602fd2279c50a9f698e90d88d78186646982b6 (patch) | |
tree | 94a0a54e19b5347332e47822a864e6651db4a4ac | |
parent | 91f7868f42a48b77b35f682f908b4eaf8f95d090 (diff) | |
download | freebsd-ports-gnome-10602fd2279c50a9f698e90d88d78186646982b6.tar.gz freebsd-ports-gnome-10602fd2279c50a9f698e90d88d78186646982b6.tar.zst freebsd-ports-gnome-10602fd2279c50a9f698e90d88d78186646982b6.zip |
chase skstream update
bump PORTREVISION
portlint
-rw-r--r-- | net/cyphesis/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index b13fc7d6a5f5..23912b0d1508 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -7,6 +7,7 @@ PORTNAME= cyphesis PORTVERSION= 0.5.10 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -18,13 +19,13 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ varconf-1.0.6:${PORTSDIR}/devel/varconf \ wfmath-0.3.4:${PORTSDIR}/math/wfmath \ mercator-0.2.4:${PORTSDIR}/devel/mercator \ - skstream-0.3.3:${PORTSDIR}/net/skstream \ + skstream-0.3.4:${PORTSDIR}/net/skstream \ gcrypt.13:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS= --with-python=${LOCALBASE} GNU_CONFIGURE= YES -INSTALLS_SHLIB= YES +USE_LDCONFIG= YES USE_GCC= 3.4 USE_BZIP2= YES USE_PGSQL= YES @@ -36,7 +37,7 @@ MAN1= cyclient.1 cycmd.1 cyphesis.1 cyphesis-tools.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= Does not compile +IGNORE= does not compile .endif post-patch: |