aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/rtmpdump
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-31 08:29:43 +0800
committerbapt <bapt@FreeBSD.org>2013-08-31 08:29:43 +0800
commit1d6906acb47ec8516d8e2b9676289ebaca7e7a65 (patch)
tree9243e61bdd18583227745cdccb465ba7cbb4efef /multimedia/rtmpdump
parentb5c4dd3fae7295a4bc13a27b98b9a622508f460d (diff)
downloadfreebsd-ports-gnome-1d6906acb47ec8516d8e2b9676289ebaca7e7a65.tar.gz
freebsd-ports-gnome-1d6906acb47ec8516d8e2b9676289ebaca7e7a65.tar.zst
freebsd-ports-gnome-1d6906acb47ec8516d8e2b9676289ebaca7e7a65.zip
Convert USE_GNOME=pkgconfig -> USES=pkgconfig
Convert USE_GNOME=gnomehack -> USES=pathfix Convert USE_GMAKE -> USES=gmake
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}