diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 00:48:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 00:48:23 +0000 |
commit | 17b3210d99ef95eb40afc9e181fc2739a5a13d24 (patch) | |
tree | 8a37ac1ef9136b4d30c881852eaefe9bf52e2ea7 | |
parent | a7a4909e10e0cacdd555b5aa3605296b8fd40a2f (diff) | |
download | ports-17b3210d99ef95eb40afc9e181fc2739a5a13d24.tar.gz ports-17b3210d99ef95eb40afc9e181fc2739a5a13d24.zip |
Notes
-rw-r--r-- | editors/xvile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 103fd8d6735c..a99ea06a4285 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --with-screen=x11 .if defined(WITH_PERL) CONFIGURE_ARGS+= --with-perl -PLIST= ${PKGDIR}/PLIST.perl +PLIST= ${PKGDIR}/pkg-plist.perl USE_PERL5= yes .endif |