summaryrefslogtreecommitdiff
path: root/misc/cassowary/Makefile
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-01-12 05:59:54 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-01-12 05:59:54 +0000
commit81329d4c7d7971d4af6fde098b55dff54c8d5a3c (patch)
treef24514b44ddd6e9f6b28635f5caed28b0b6ad441 /misc/cassowary/Makefile
parentRemove unneeded patches and add a new one (diff)
Update to 0.54a
Notes
Notes: svn path=/head/; revision=24676
Diffstat (limited to 'misc/cassowary/Makefile')
-rw-r--r--misc/cassowary/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile
index 6ffdbcdc97be..321b3b0fada7 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>