diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
commit | 02e619a5d80d666372fdf370624b2d6c016de0d5 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /editors | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/madedit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index e9ce52e8a524..6132449144b1 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -12,10 +12,9 @@ COMMENT= An open-source and cross-platform text/hex editor LICENSE= GPLv2 -USES= gettext pkgconfig +USES= gettext pkgconfig dos2unix USE_WX= 2.6+ WANT_UNICODE= yes -USE_DOS2UNIX= yes LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost-libs |