diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /lang/maude/Makefile | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) |
Notes
Diffstat (limited to 'lang/maude/Makefile')
-rw-r--r-- | lang/maude/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/maude/Makefile b/lang/maude/Makefile index 36bad1e56576..4f5d599fe3b2 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: maude -# Date created: 25 Mar 2005 -# Whom: Rick van der Zwet <rick@wzoeterwoude.net> -# +# Created by: Rick van der Zwet <rick@wzoeterwoude.net> # $FreeBSD$ -# PORTNAME= maude PORTVERSION= 2.6 @@ -19,7 +15,7 @@ LIB_DEPENDS= bdd:${PORTSDIR}/science/buddy \ gmp:${PORTSDIR}/math/gmp \ sigsegv:${PORTSDIR}/devel/libsigsegv -USE_BISON= build +USES= bison USE_AUTOTOOLS= aclocal autoheader automake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |