diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-23 01:05:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-23 01:05:05 +0000 |
commit | 22a5c9dcee63c794dda3433760610c8e4d959c1a (patch) | |
tree | e5e4cef0e309ef7436a20adcda0dd02789f7136d /multimedia/emovix/Makefile | |
parent | dcb30d4c113dad4a4777d78c6df392f8caaaf8c6 (diff) |
Notes
Diffstat (limited to 'multimedia/emovix/Makefile')
-rw-r--r-- | multimedia/emovix/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/emovix/Makefile b/multimedia/emovix/Makefile index fa74049f2a53..e065e2731d7c 100644 --- a/multimedia/emovix/Makefile +++ b/multimedia/emovix/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: k3b +# New ports collection makefile for: emovix # Date created: 2003/10/31 # Whom: Heiner <h.eichmann@gmx.de> # @@ -15,12 +15,10 @@ MASTER_SITE_SUBDIR= movix MAINTAINER= h.eichmann@gmx.de COMMENT= A mini linux distro to create bootable video CDs -BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ - cdrecord:${PORTSDIR}/sysutils/cdrtools - GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes +USE_PERL5= yes USE_PERL5_BUILD=yes .include <bsd.port.mk> |