diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-07 10:52:36 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-07 10:52:36 +0000 |
commit | 483bd75e97eb62337c8fb4ddb5568438a32af2c7 (patch) | |
tree | 637df71a2b8b4808373940d87af8d8f2f04515cd /net/skstream/Makefile | |
parent | 327d601bd83af41969d3606311b62967c15d5c90 (diff) | |
download | ports-483bd75e97eb62337c8fb4ddb5568438a32af2c7.tar.gz ports-483bd75e97eb62337c8fb4ddb5568438a32af2c7.zip |
remove USE_GCC - it will also compile with gcc version != 3.4 (probably >)
Notes
Notes:
svn path=/head/; revision=233357
Diffstat (limited to 'net/skstream/Makefile')
-rw-r--r-- | net/skstream/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/skstream/Makefile b/net/skstream/Makefile index 4e1751598a50..0e2ac5f944a7 100644 --- a/net/skstream/Makefile +++ b/net/skstream/Makefile @@ -7,7 +7,7 @@ PORTNAME= skstream PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge @@ -17,7 +17,6 @@ COMMENT= An iostream based C++ socket library USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack -USE_GCC= 3.4 GNU_CONFIGURE= yes USE_LDCONFIG= yes |