aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-08 11:56:04 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-08 11:56:04 +0800
commit8dbb897ab1fd9811b37f73783dfe6d26798dc47d (patch)
treeacc137a675702f4f59cce5857786bc57f93cb237 /devel
parenta666ecdf145e802dbf813232787224504c76eeb3 (diff)
downloadfreebsd-ports-gnome-8dbb897ab1fd9811b37f73783dfe6d26798dc47d.tar.gz
freebsd-ports-gnome-8dbb897ab1fd9811b37f73783dfe6d26798dc47d.tar.zst
freebsd-ports-gnome-8dbb897ab1fd9811b37f73783dfe6d26798dc47d.zip
- Convert USE_DOS2UNIX to USES
Diffstat (limited to 'devel')
-rw-r--r--devel/love/Makefile4
-rw-r--r--devel/love07/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/love/Makefile b/devel/love/Makefile
index 6f79c2520457..28043d6f9278 100644
--- a/devel/love/Makefile
+++ b/devel/love/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \
libfreetype.so:${PORTSDIR}/print/freetype2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-USES= gmake openal
+USES= gmake openal dos2unix
USE_SDL= sdl mixer
USE_GL= gl glu
USE_LUA= 5.1+
@@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \
LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR}
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib
WRKSRC= ${WRKDIR}/love-${PORTVERSION}
-USE_DOS2UNIX= yes
+DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h
PLIST_FILES= bin/love
diff --git a/devel/love07/Makefile b/devel/love07/Makefile
index 8d10ffda15e0..43ccdb3ec41c 100644
--- a/devel/love07/Makefile
+++ b/devel/love07/Makefile
@@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
PORTSCOUT= limit:^0\.7\.
-USES= gmake openal
+USES= gmake openal dos2unix
USE_SDL= sdl mixer
USE_GL= gl glu
USE_LUA= 5.1+
@@ -34,7 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR}
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \
--program-suffix=07
WRKSRC= ${WRKDIR}/love-HEAD
-USE_DOS2UNIX= yes
+DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h
PLIST_FILES= bin/love07