summaryrefslogtreecommitdiffstats
path: root/lang/ohugs/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2007-10-17 10:13:01 +0000
committerade <ade@FreeBSD.org>2007-10-17 10:13:01 +0000
commit6f10a06995e640bf1073c28f5c13ea8f8412737a (patch)
treed14ccc864c4783b5751e425e681d4bc7e63ec159 /lang/ohugs/Makefile
parent7428a469a6c4123272d6ac2707e3cf432227515b (diff)
downloadFreeBSD-ports-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip
FreeBSD-ports-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz
Migration from bison 1.x to 2.x
PR: 117086 Tested by: -exp runs
Diffstat (limited to 'lang/ohugs/Makefile')
-rw-r--r--lang/ohugs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ohugs/Makefile b/lang/ohugs/Makefile
index 44f1f3e..1996ce8 100644
--- a/lang/ohugs/Makefile
+++ b/lang/ohugs/Makefile
@@ -6,7 +6,7 @@
PORTNAME= ohugs
PORTVERSION= 0.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang haskell
MASTER_SITES= http://www.math.chalmers.se/~nordland/ohugs/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -21,7 +21,7 @@ LIB_DEPENDS+= tix8184:${PORTSDIR}/x11-toolkits/tix
WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}
BUILD_WRKSRC= ${WRKSRC}/src
-USE_BISON= yes
+USE_BISON= build
LDFLAGS+= -lm -lreadline -ltermcap
.if !defined(WITHOUT_X11)
CFLAGS+= -I${LOCALBASE}/include/tk8.4 -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include -I${X11BASE}/include
OpenPOWER on IntegriCloud