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 /comms | |
parent | d288c580620377d8da8e0314c8bda03df5971368 (diff) | |
download | ports-f0a8714b3a301f2ee09f07647619f7bad997f8d2.tar.gz ports-f0a8714b3a301f2ee09f07647619f7bad997f8d2.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/openobex/Makefile | 4 | ||||
-rw-r--r-- | comms/usrp/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index b3cf99b19067..93419a7c9d3a 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -10,8 +10,8 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Open source implementation of the OBEX protocol USE_LDCONFIG= yes -USES= pathfix cmake -USE_DOS2UNIX= CMakeLists.txt +USES= pathfix cmake dos2unix +DOS2UNIX_FILES= CMakeLists.txt CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig" OPTIONS_DEFINE= DOXYGEN diff --git a/comms/usrp/Makefile b/comms/usrp/Makefile index 4179cedb57d1..aeb4a050ab79 100644 --- a/comms/usrp/Makefile +++ b/comms/usrp/Makefile @@ -18,8 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boos orcc:${PORTSDIR}/devel/orc \ sdcc:${PORTSDIR}/lang/sdcc -USE_DOS2UNIX= yes -USES= cmake:outsource gmake pkgconfig +USES= cmake:outsource dos2unix gmake pkgconfig USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host |