diff options
Diffstat (limited to 'comms/obexftp/Makefile')
-rw-r--r-- | comms/obexftp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/obexftp/Makefile b/comms/obexftp/Makefile index 2b99e909807..0225ffd6771 100644 --- a/comms/obexftp/Makefile +++ b/comms/obexftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/03/15 08:18:43 plunky Exp $ +# $NetBSD: Makefile,v 1.19 2013/10/09 11:50:36 obache Exp $ # DISTNAME= obexftp-0.24-Source @@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v2 USE_CMAKE= yes USE_TOOLS+= cmake pkg-config -CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${PREFIX}/${PKGMANDIR} CMAKE_ARGS+= -DENABLE_PERL:BOOL=OFF CMAKE_ARGS+= -DENABLE_PYTHON:BOOL=OFF CMAKE_ARGS+= -DENABLE_RUBY:BOOL=OFF |