summaryrefslogtreecommitdiffstats
path: root/multimedia/dvts
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-05-22 13:06:59 +0000
committersimokawa <simokawa@FreeBSD.org>2003-05-22 13:06:59 +0000
commit807352967617cd79e92e5bb4f8597a8c9d744206 (patch)
tree015b2a62f60734c6eb1bd1af7dd693d289bf75d0 /multimedia/dvts
parentfda0ebe5e6bacf81bb134920ed7c8ee9b4e83ecc (diff)
downloadFreeBSD-ports-807352967617cd79e92e5bb4f8597a8c9d744206.zip
FreeBSD-ports-807352967617cd79e92e5bb4f8597a8c9d744206.tar.gz
Ad-hoc fix for autoconf breakage before 5.1 freeze.
Autoconf-2.53 requires some perl scripts to run but its Makefile doesn't have USE_PERL5_RUN. Feel free to remove USE_PERL5_BUILD once the autoconf problem is fixed.
Diffstat (limited to 'multimedia/dvts')
-rw-r--r--multimedia/dvts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/dvts/Makefile b/multimedia/dvts/Makefile
index fb09bfa..a212062 100644
--- a/multimedia/dvts/Makefile
+++ b/multimedia/dvts/Makefile
@@ -20,7 +20,8 @@ MAINTAINER= simokawa@FreeBSD.org
COMMENT= A imprementation of Digital Video Transport System
USE_AUTOCONF_VER= 253
-GNU_CONFIGURE= YES
+# XXX autoconf-2.53 is useless without perl.
+USE_PERL5_BUILD= YES
MAN1= dvts.1 dvsend.1 dvrecv.1
OpenPOWER on IntegriCloud