diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-23 09:53:06 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-23 09:53:06 +0800 |
commit | daa5cc4e9f491c808686e72714296ed6a22b25c0 (patch) | |
tree | 6a91b9fbcc10b50791a6b3464ba534f8b3960831 /editors/fte | |
parent | 6c8f5cd39c1f4cb8c844f0976650f546ada1e8d6 (diff) | |
download | freebsd-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/Makefile | 1 |
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> |