diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-20 17:25:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-20 17:25:41 +0800 |
commit | f0eb6611cb0893887f905f81474a558797164a28 (patch) | |
tree | 523dac0117561824977a152585bb2fd834fdd598 | |
parent | 609656c809aaa93e3dfaf1a23a762ab48e15a3f8 (diff) | |
download | freebsd-ports-gnome-f0eb6611cb0893887f905f81474a558797164a28.tar.gz freebsd-ports-gnome-f0eb6611cb0893887f905f81474a558797164a28.tar.zst freebsd-ports-gnome-f0eb6611cb0893887f905f81474a558797164a28.zip |
Fix build dependency line
Feature safe: yes
-rw-r--r-- | textproc/libxslt-reference/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/libxslt-reference/Makefile b/textproc/libxslt-reference/Makefile index a5b472e8b8cd..0b8d91743a5b 100644 --- a/textproc/libxslt-reference/Makefile +++ b/textproc/libxslt-reference/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: libxslt-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 -BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../libxslt:configure +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxslt:configure PARENT_WRKSRC!= cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC EXTRACT_ONLY= |