aboutsummaryrefslogtreecommitdiffstats
path: root/editors/fte
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2004-12-23 09:53:06 +0800
committerlesi <lesi@FreeBSD.org>2004-12-23 09:53:06 +0800
commitdaa5cc4e9f491c808686e72714296ed6a22b25c0 (patch)
tree6a91b9fbcc10b50791a6b3464ba534f8b3960831 /editors/fte
parent6c8f5cd39c1f4cb8c844f0976650f546ada1e8d6 (diff)
downloadfreebsd-ports-gnome-daa5cc4e9f491c808686e72714296ed6a22b25c0.tar.gz
freebsd-ports-gnome-daa5cc4e9f491c808686e72714296ed6a22b25c0.tar.zst
freebsd-ports-gnome-daa5cc4e9f491c808686e72714296ed6a22b25c0.zip
Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries (via depending on imake); not any more. Pointed out by: dosirak via kris Approved by: maintainer timeout
Diffstat (limited to 'editors/fte')
-rw-r--r--editors/fte/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/fte/Makefile b/editors/fte/Makefile
index 54aa52dcde8a..c8c2e64c3ea9 100644
--- a/editors/fte/Makefile
+++ b/editors/fte/Makefile
@@ -24,5 +24,6 @@ EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=
USE_XLIB= yes
USE_ZIP= yes
+USE_PERL5_BUILD= yes
.include <bsd.port.mk>