diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-12 11:35:07 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-12 11:35:07 +0000 |
commit | 889587624108f7fb13912219b5bf082cc87aab94 (patch) | |
tree | f7b1c4db7ff678847df2b68efb45a9f200128526 /lang/mozart | |
parent | Fix BUILD_DEPENDS (py-imaging). (diff) |
Needs autoconf213 already at patch-time -> PATCH_DEPENDS.
Noticed by: cluster-of-the-day
Notes
Notes:
svn path=/head/; revision=108997
Diffstat (limited to 'lang/mozart')
-rw-r--r-- | lang/mozart/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index 611a89791235..6abbf3243db1 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -17,6 +17,7 @@ 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 \ |