Revert previous and just fix the make target that had different assumptions.
This commit is contained in:
parent
b4bde71f17
commit
632ca0791a
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2013/04/08 16:45:33 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2013/04/08 22:13:19 wiz Exp $
|
||||
#
|
||||
|
||||
SQUEAK_VERSION= 4.10.2.2614
|
||||
|
@ -22,7 +22,7 @@ USE_LANGUAGES= c c++
|
|||
USE_CMAKE= yes
|
||||
USE_TOOLS= gzip
|
||||
|
||||
CONFIGURE_DIRS= ${WRKSRC}/build
|
||||
CONFIGURE_DIRS= build
|
||||
CMAKE_ARG_PATH= ../unix
|
||||
#CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE # debug
|
||||
CMAKE_ARGS+= -DPKGMANDIR=${PKGMANDIR}
|
||||
|
@ -45,7 +45,7 @@ PLIST_SUBST= SQUEAK_VERSION=${SQUEAK_VERSION}
|
|||
PLIST_VARS+= oss
|
||||
|
||||
pre-configure:
|
||||
${MKDIR} ${CONFIGURE_DIRS}
|
||||
${MKDIR} ${WRKSRC}/${CONFIGURE_DIRS}
|
||||
|
||||
.include "../../audio/libvorbis/buildlink3.mk"
|
||||
.include "../../audio/speex/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue