diff options
author | jmz <jmz@FreeBSD.org> | 2002-12-28 21:48:38 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-12-28 21:48:38 +0000 |
commit | 137390c696e4a5c03003b6e48a19e46534dc86da (patch) | |
tree | b5999fc96b8f9b4d42c0e2562d4931c88e471f6d /sysutils/cd-write/Makefile | |
parent | edab086546d330e0778484b74ef0b61803de2197 (diff) | |
download | FreeBSD-ports-137390c696e4a5c03003b6e48a19e46534dc86da.zip FreeBSD-ports-137390c696e4a5c03003b6e48a19e46534dc86da.tar.gz |
Fix compilation on -current
Diffstat (limited to 'sysutils/cd-write/Makefile')
-rw-r--r-- | sysutils/cd-write/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile index ca6953a..a8016a8 100644 --- a/sysutils/cd-write/Makefile +++ b/sysutils/cd-write/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= jmz MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= tixsam4182.1:${PORTSDIR}/x11-toolkits/tix +USE_PERL5_BUILD= yes WRKSRC= ${WRKDIR}/cd-write |