diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-28 03:11:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-28 03:11:26 +0000 |
commit | bbce70975c76380e80aa757645900315f6f1e655 (patch) | |
tree | 8530d9b9e548b57b087e86a38bc933aa51b84b5b /devel/spirit | |
parent | 2abc3d8ad04ccce0fe8333810f1ca4fcd0781d28 (diff) |
Notes
Diffstat (limited to 'devel/spirit')
-rw-r--r-- | devel/spirit/Makefile | 4 |
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 |