diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-31 01:27:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-31 01:27:17 +0000 |
commit | 0c2e091089a6b50e122c8fb7638f6d5da4be9213 (patch) | |
tree | 3f224e303d4470f81334e06dceccb1eee2c54ff7 /textproc | |
parent | Fix BUILD_DEPENDS statement since this port only needs math/pari (diff) |
Fix BUILD_DEPENDS to refer to ${NONEXISTENT} instead of to xerces.c.
Notes
Notes:
svn path=/head/; revision=217865
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xqilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile index bb904f692477..994b67974cfe 100644 --- a/textproc/xqilla/Makefile +++ b/textproc/xqilla/Makefile @@ -15,7 +15,7 @@ DISTNAME= XQilla-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= An XQuery and XPath2 library -BUILD_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:build LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 USE_GMAKE= yes |