diff options
author | oliver <oliver@FreeBSD.org> | 2005-09-28 23:00:12 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-09-28 23:00:12 +0800 |
commit | 1e91d03298f4d1151cce3a375e025b27c37e98aa (patch) | |
tree | c7b856717ca6ce1dbdead62cc0ee2e325205a9aa /net/skstream/Makefile | |
parent | 7b16ce197a4f9114e66a88b6279952f272c2d3fe (diff) | |
download | freebsd-ports-gnome-1e91d03298f4d1151cce3a375e025b27c37e98aa.tar.gz freebsd-ports-gnome-1e91d03298f4d1151cce3a375e025b27c37e98aa.tar.zst freebsd-ports-gnome-1e91d03298f4d1151cce3a375e025b27c37e98aa.zip |
update to 0.3.5
Approved by: maintainer
Diffstat (limited to 'net/skstream/Makefile')
-rw-r--r-- | net/skstream/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/skstream/Makefile b/net/skstream/Makefile index f9ac4d771f9a..3a51b886d927 100644 --- a/net/skstream/Makefile +++ b/net/skstream/Makefile @@ -6,18 +6,16 @@ # PORTNAME= skstream -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.5 CATEGORIES= net -MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/skstream/ \ - http://purple.worldforge.org/downloads/libs/sktream/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge MAINTAINER= jannisan@t-online.de COMMENT= An iostream based C++ socket library USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig gnomehack USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes |