diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /lang/mozart | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'lang/mozart')
-rw-r--r-- | lang/mozart/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index 6abbf3243db1..ed6e72178e9a 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -17,7 +17,6 @@ DISTFILES+= ${MOZART_DOCS} MAINTAINER= mathiasp@virtual-earth.de COMMENT= A distributed language with constraint-based inference -PATCH_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs \ ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ @@ -61,7 +60,7 @@ pre-extract: @${ECHO} ---------------------------------------------------- @${ECHO} -post-patch: +pre-configure: cd ${WRKSRC}/platform/emulator \ && ${AUTOCONF} ${AUTOCONF_ARGS} -l ${WRKSRC} cd ${WRKSRC}/platform/tools/gump/ozflex \ |