diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-21 23:13:35 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-21 23:13:35 +0800 |
commit | 528678f6fa4f94dcdebf95b0041041dabc13b3fe (patch) | |
tree | 4d54e687bddb62ab3f6c2ee1037539f5ed711e0b /lang/cjs/Makefile | |
parent | 0589d183f8aadf4a873cbb1fc097e52b115d4685 (diff) | |
download | marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.gz marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.bz2 marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.lz marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.xz marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.tar.zst marcuscom-ports-528678f6fa4f94dcdebf95b0041041dabc13b3fe.zip |
Fix the build of those ports. Remove USE_AUTOTOOLS and switch
to USE=autoreconf:build instead. Other minor changes here and
there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20008 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'lang/cjs/Makefile')
-rw-r--r-- | lang/cjs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile index a2d232771..9c32c7202 100644 --- a/lang/cjs/Makefile +++ b/lang/cjs/Makefile @@ -17,14 +17,13 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ CONFLICTS_BUILD=spidermonkey17-1.7.* -USES= gettext libtool gmake pathfix pkgconfig python:build \ +USES= autoreconf:build gettext libtool gmake pathfix pkgconfig python:build \ shebangfix USE_GNOME= cairo glib20 gnomeprefix introspection:build \ intlhack USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtoolize autoconf automake CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -36,6 +35,6 @@ python_OLD_CMD= /usr/bin/env python python_CMD= ${PYTHON_CMD} pre-configure: - cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh + cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh .include <bsd.port.mk> |