aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xvidcap
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2007-08-22 05:55:55 +0800
committerthierry <thierry@FreeBSD.org>2007-08-22 05:55:55 +0800
commit0344d62d1d25f313265bcf388bc93d29ac0bd818 (patch)
tree72e3b6de2c6b90b62b2f53509eb51a4d536bba3a /sysutils/xvidcap
parent0275e6a3c246fba25e97f1e41371a7548e0a8b7d (diff)
downloadfreebsd-ports-gnome-0344d62d1d25f313265bcf388bc93d29ac0bd818.tar.gz
freebsd-ports-gnome-0344d62d1d25f313265bcf388bc93d29ac0bd818.tar.zst
freebsd-ports-gnome-0344d62d1d25f313265bcf388bc93d29ac0bd818.zip
Chase the ffmpeg-devel removal and don't mark broken when ffmpeg is
installed. Reminded by: Mark Evenson <mark.evenson (at) gmx.at>
Diffstat (limited to 'sysutils/xvidcap')
-rw-r--r--sysutils/xvidcap/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile
index 58dff2ca78bf..3633f7c909e5 100644
--- a/sysutils/xvidcap/Makefile
+++ b/sysutils/xvidcap/Makefile
@@ -48,21 +48,10 @@ NULLDOCS= COPYING
MAN1= xvidcap.1
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/lib/libavutil.so)
-# To be removed after ffmep-devel'upgrade
-BROKEN= Cannot compile when ffmpeg-devel is installed
-.endif
-
-.if ${OSVERSION} < 500000
-BROKEN= Compilation error with gcc-2.95.
-.endif
-
pre-configure:
${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
post-install:
@${RM} ${NULLDOCS:S|^|${DOCSDIR}/|}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>