diff options
author | edwin <edwin@FreeBSD.org> | 2008-07-31 09:27:17 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-07-31 09:27:17 +0800 |
commit | f07bf2190e26943ed88bc63935b6cea55b8a0426 (patch) | |
tree | d948437b980f0e6df5908a0b883de71d0879c321 /textproc | |
parent | 3eacf1d43f3d2e62d0a066c92fd608a2670d1175 (diff) | |
download | freebsd-ports-gnome-f07bf2190e26943ed88bc63935b6cea55b8a0426.tar.gz freebsd-ports-gnome-f07bf2190e26943ed88bc63935b6cea55b8a0426.tar.zst freebsd-ports-gnome-f07bf2190e26943ed88bc63935b6cea55b8a0426.zip |
Fix BUILD_DEPENDS to refer to ${NONEXISTENT} instead of to xerces.c.
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 |