diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-09-28 15:00:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-09-28 15:00:12 +0000 |
commit | 673d511534a0b903af3ee7c3d4985a2e3703390c (patch) | |
tree | 765f251737b324a58fa365d9aeee7b310111386a /net/skstream/Makefile | |
parent | b6486ba5b7cbe330fd7cf1aa58b7589f01c13444 (diff) | |
download | ports-673d511534a0b903af3ee7c3d4985a2e3703390c.tar.gz ports-673d511534a0b903af3ee7c3d4985a2e3703390c.zip |
Notes
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 |