diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 13:45:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 13:45:44 +0000 |
commit | 51c60ddf7f7c0942f2a332498ef7e104a0c11dc0 (patch) | |
tree | 003722865c3ffbd06a385211135ea1ca17afd24a /x11/xorg-edit | |
parent | fcbc3463cba2860570ef5b205a8994fa3c5e084f (diff) |
Notes
Diffstat (limited to 'x11/xorg-edit')
-rw-r--r-- | x11/xorg-edit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xorg-edit/Makefile b/x11/xorg-edit/Makefile index d513b82b9380..637e16bead6c 100644 --- a/x11/xorg-edit/Makefile +++ b/x11/xorg-edit/Makefile @@ -15,10 +15,10 @@ LICENSE= GPLv3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes -USE_DOS2UNIX= *.cpp *.h +DOS2UNIX_GLOB= *.cpp *.h USE_WX= 2.6+ WX_UNICODE= yes -USES= gmake +USES= dos2unix gmake PLIST_FILES= bin/xorg-edit \ lib/xorg-edit/de_DE/LC_MESSAGES/xorg-edit.mo \ |