aboutsummaryrefslogtreecommitdiff
path: root/multimedia/rtmpdump
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-31 00:29:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-31 00:29:43 +0000
commitd1218825c5df231775a8119f2763c8c594774283 (patch)
tree9243e61bdd18583227745cdccb465ba7cbb4efef /multimedia/rtmpdump
parent0178653192192afa707f483c4b0f9111af5eeee1 (diff)
downloadports-d1218825c5df231775a8119f2763c8c594774283.tar.gz
ports-d1218825c5df231775a8119f2763c8c594774283.zip
Notes
Diffstat (limited to 'multimedia/rtmpdump')
-rw-r--r--multimedia/rtmpdump/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/rtmpdump/Makefile b/multimedia/rtmpdump/Makefile
index 42aa413250c8..16f2ae69b83b 100644
--- a/multimedia/rtmpdump/Makefile
+++ b/multimedia/rtmpdump/Makefile
@@ -11,7 +11,7 @@ COMMENT= A tool to download RTMP streams
LICENSE= GPLv2
-USE_GNOME= pkgconfig
+USES= pkgconfig
USE_LDCONFIG= yes
USE_OPENSSL= yes
MAKE_ENV= THREADLIB="${PTHREAD_LIBS}"
@@ -27,10 +27,6 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-BROKEN= does not compile on 6.X
-.endif
-
.if ${OPENSSLBASE} != "/usr"
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}