diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 06:55:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 06:55:07 +0000 |
commit | f0a8714b3a301f2ee09f07647619f7bad997f8d2 (patch) | |
tree | 2266451e8dedf72ded023f5ab6e33cb91292aa8a /devel/esdl | |
parent | d288c580620377d8da8e0314c8bda03df5971368 (diff) |
Convert to USES=dos2unix
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=355278
Diffstat (limited to 'devel/esdl')
-rw-r--r-- | devel/esdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile index f234a1544c7f..5919bdcb117c 100644 --- a/devel/esdl/Makefile +++ b/devel/esdl/Makefile @@ -16,8 +16,8 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake -USE_DOS2UNIX= Makefile +USES= dos2unix gmake +DOS2UNIX_FILES= Makefile USE_GL= gl glu USE_SDL= sdl ALL_TARGET= target |