diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-05-22 21:06:59 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-05-22 21:06:59 +0800 |
commit | 807352967617cd79e92e5bb4f8597a8c9d744206 (patch) | |
tree | 015b2a62f60734c6eb1bd1af7dd693d289bf75d0 /multimedia/dvts/Makefile | |
parent | fda0ebe5e6bacf81bb134920ed7c8ee9b4e83ecc (diff) | |
download | freebsd-ports-gnome-807352967617cd79e92e5bb4f8597a8c9d744206.tar.gz freebsd-ports-gnome-807352967617cd79e92e5bb4f8597a8c9d744206.tar.zst freebsd-ports-gnome-807352967617cd79e92e5bb4f8597a8c9d744206.zip |
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/Makefile')
-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 fb09bfa8fb1f..a21206245d87 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 |