aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2004-10-04 15:58:42 +0800
committersergei <sergei@FreeBSD.org>2004-10-04 15:58:42 +0800
commite4c0ecd20ef24638c2f258bf258f85944d2a09f9 (patch)
tree5108e901938df69c5263a8548ba273e5f48c8772 /ftp
parentcc119b255a7fed99928ed98f02b99b60da908da8 (diff)
downloadfreebsd-ports-gnome-e4c0ecd20ef24638c2f258bf258f85944d2a09f9.tar.gz
freebsd-ports-gnome-e4c0ecd20ef24638c2f258bf258f85944d2a09f9.tar.zst
freebsd-ports-gnome-e4c0ecd20ef24638c2f258bf258f85944d2a09f9.zip
- Unbreak the build by fixing a typo in Makefile:
s/USE_PERL/USE_PERL5/ PR: ports/72281 Submitted by: Roman Bogorodskiy (maintainer) Approved by: portmgr (marcus)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wzdftpd/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 46bc31585be3..03457d333052 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -17,7 +17,7 @@ COMMENT= Modular FTP server configurable online using SITE commands
USE_RC_SUBR= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_PERL= yes
+USE_PERL5= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER=13
@@ -62,10 +62,6 @@ CONFIGURE_ARGS+= --enable-ipv6
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
.if ${PERL_LEVEL} < 500600
PLIST_SUB+= PERL="@comment "
.else