diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-04 15:16:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-04 15:16:56 +0800 |
commit | 310a3babd858c54ca2eddff09c704a0e4e5b686f (patch) | |
tree | a4c58bb505d1b3740c3e3e250de6245a077e3863 /editors/nedit | |
parent | ccadd4d11702e70671accb96a83b15ae18b467b8 (diff) | |
download | freebsd-ports-gnome-310a3babd858c54ca2eddff09c704a0e4e5b686f.tar.gz freebsd-ports-gnome-310a3babd858c54ca2eddff09c704a0e4e5b686f.tar.zst freebsd-ports-gnome-310a3babd858c54ca2eddff09c704a0e4e5b686f.zip |
Unbreak
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 \ |