diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-05-22 13:06:59 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-05-22 13:06:59 +0000 |
commit | 807352967617cd79e92e5bb4f8597a8c9d744206 (patch) | |
tree | 015b2a62f60734c6eb1bd1af7dd693d289bf75d0 /multimedia/dvts | |
parent | fda0ebe5e6bacf81bb134920ed7c8ee9b4e83ecc (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |