aboutsummaryrefslogtreecommitdiff
path: root/multimedia/emovix
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-20 17:34:04 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-20 17:34:04 +0000
commit63e7c0c0530f5b07c619e56257d954c93a8c9c67 (patch)
treefe8cd436d4761d2d5320b798ffcf62440aaaed68 /multimedia/emovix
parent8931a0593679b792917caed61c3eaedf2246005e (diff)
downloadports-63e7c0c0530f5b07c619e56257d954c93a8c9c67.tar.gz
ports-63e7c0c0530f5b07c619e56257d954c93a8c9c67.zip
Unbreak by adding USE_PERL5_BUILD
Notes
Notes: svn path=/head/; revision=101525
Diffstat (limited to 'multimedia/emovix')
-rw-r--r--multimedia/emovix/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/emovix/Makefile b/multimedia/emovix/Makefile
index 939b4074bc26..fa74049f2a53 100644
--- a/multimedia/emovix/Makefile
+++ b/multimedia/emovix/Makefile
@@ -21,11 +21,6 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
+USE_PERL5_BUILD=yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN= "Configure fails"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>