diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-04 07:16:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-04 07:16:56 +0000 |
commit | 64dc540dcddb554561ad2682ccf4355dc40465ef (patch) | |
tree | a4c58bb505d1b3740c3e3e250de6245a077e3863 /editors/nedit | |
parent | 4a4ca8c5f0562f6a0ea6024cc54845bdd258e8e0 (diff) |
Notes
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 868706f94c9a..801c5095a2ac 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -17,8 +17,8 @@ COMMENT= X11/Motif GUI text editor for programs and plain text files LICENSE= GPLv1 -USES= motif -USE_XORG= xpm +USES= motif perl5 +USE_PERL5= build ALL_TARGET= freebsd PLIST_FILES= bin/nclient \ |