diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-23 01:53:06 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-23 01:53:06 +0000 |
commit | 4c5e6dd66f47f2189dcb00e34a054847dd1114ec (patch) | |
tree | 7aeaf4a5de2f0a9168bd85ad7aec517308dc2a70 /editors | |
parent | Fix build without imake. (diff) |
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
Notes
Notes:
svn path=/head/; revision=124875
Diffstat (limited to 'editors')
-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> |