summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-14 22:56:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-14 22:56:29 +0000
commita212d3d0e9f8639a13b2c06672964e5afabc5da0 (patch)
tree698ba6982ae6fba15ced283e53b91514aa74e61d /chinese
parent- Update to 20071120 (diff)
- Add missed dependency on perl
Notes
Notes: svn path=/head/; revision=203665
Diffstat (limited to 'chinese')
-rw-r--r--chinese/qterm/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile
index 82fb2a426329..0b68e35b1d77 100644
--- a/chinese/qterm/Makefile
+++ b/chinese/qterm/Makefile
@@ -18,6 +18,7 @@ MAINTAINER= yuanjue@yuanjue.net
COMMENT= QTerm is a BBS client for BSD/Linux
USE_BZIP2= yes
+USE_PERL5_BUILD=yes
USE_QT_VER= 3
HAS_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -43,10 +44,4 @@ post-install:
@${CHMOD} +w ${DATADIR}/address.cfg
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500016
-BROKEN= Does not build on 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>