diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-20 20:07:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-20 20:07:09 +0800 |
commit | a2caf64fd8e2885d9f04671a11c7ce67267d6020 (patch) | |
tree | 424f43bebf96bb7d991919c1ccde28491d3344c4 /graphics | |
parent | 8680e3785ed6b55fa258989016e74f6d7bcbdaba (diff) | |
download | freebsd-ports-gnome-a2caf64fd8e2885d9f04671a11c7ce67267d6020.tar.gz freebsd-ports-gnome-a2caf64fd8e2885d9f04671a11c7ce67267d6020.tar.zst freebsd-ports-gnome-a2caf64fd8e2885d9f04671a11c7ce67267d6020.zip |
Remove dependency on automake again, just leave the USE_PERL_BUILD there.
See also http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/45469
Thanks to arved@ for noticing.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xvid/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/xvid/Makefile b/graphics/xvid/Makefile index f558c9724563..eb01c6ad348a 100644 --- a/graphics/xvid/Makefile +++ b/graphics/xvid/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm MAKEFILE= Makefile.linuxx86 ONLY_FOR_ARCHS= i386 alpha sparc64 USE_AUTOCONF_VER= 253 -USE_AUTOMAKE= yes USE_PERL5_BUILD=yes USE_GMAKE= yes INSTALLS_SHLIB= yes |