aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-11-28 03:11:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-11-28 03:11:26 +0000
commitbbce70975c76380e80aa757645900315f6f1e655 (patch)
tree8530d9b9e548b57b087e86a38bc933aa51b84b5b /devel
parent2abc3d8ad04ccce0fe8333810f1ca4fcd0781d28 (diff)
downloadports-bbce70975c76380e80aa757645900315f6f1e655.tar.gz
ports-bbce70975c76380e80aa757645900315f6f1e655.zip
add missing dependence
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=94815
Diffstat (limited to 'devel')
-rw-r--r--devel/spirit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/spirit/Makefile b/devel/spirit/Makefile
index 1fd913212bb5..b634231cf63b 100644
--- a/devel/spirit/Makefile
+++ b/devel/spirit/Makefile
@@ -8,6 +8,7 @@
PORTNAME= spirit
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,6 +16,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= An object oriented recursive descent parser generator framework
+BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost
+RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost
+
USE_REINPLCE= yes
USE_GNOME= gnomehack
GNU_CONFIGURE= yes