diff options
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> |