diff options
author | nakai <nakai@FreeBSD.org> | 2000-01-12 05:59:54 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-01-12 05:59:54 +0000 |
commit | b4c085bb56c88c9adaa47f592f4585316858474f (patch) | |
tree | 81896d5e2cf697e93a8407f461ee3aacf254ffdb /misc/cassowary/Makefile | |
parent | 788709ad86a1d2d695d8e1fe3062af1f8d083ed4 (diff) | |
download | FreeBSD-ports-b4c085bb56c88c9adaa47f592f4585316858474f.zip FreeBSD-ports-b4c085bb56c88c9adaa47f592f4585316858474f.tar.gz |
Update to 0.54a
Diffstat (limited to 'misc/cassowary/Makefile')
-rw-r--r-- | misc/cassowary/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile index 6ffdbcd..321b3b0 100644 --- a/misc/cassowary/Makefile +++ b/misc/cassowary/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cassowary -# Version required: 0.52 +# Version required: 0.54a # Date created: 01 October 1999 # Whom: Yukihiro Nakai <nakai@FreeBSD>org> # # $FreeBSD$ # -DISTNAME= cassowary-0.52 +DISTNAME= cassowary-0.54a CATEGORIES= misc MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/ @@ -15,14 +15,11 @@ MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl -BROKEN= build - GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \ + --enable-guile-build \ + --enable-permissive USE_GMAKE= yes USE_NEWGCC= yes -post-configure: - ${MKDIR} ${WRKSRC}/c++/cassowary - ${CP} ${WRKSRC}/c++/*.h ${WRKSRC}/c++/cassowary/ - .include <bsd.port.mk> |