diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-20 07:12:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-20 07:12:26 +0000 |
commit | cc149e3f5594f8a8bd99ab000c3391c3fd976c1d (patch) | |
tree | 2b37afe913d453277641621994e8c2760103acc7 /textproc/libxml2-reference | |
parent | 2db9bac81785e9ff57870279e33b8e5a9ac71803 (diff) | |
download | ports-cc149e3f5594f8a8bd99ab000c3391c3fd976c1d.tar.gz ports-cc149e3f5594f8a8bd99ab000c3391c3fd976c1d.zip |
Notes
Diffstat (limited to 'textproc/libxml2-reference')
-rw-r--r-- | textproc/libxml2-reference/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/libxml2-reference/Makefile b/textproc/libxml2-reference/Makefile index e9d33566b3dd..58d75719b857 100644 --- a/textproc/libxml2-reference/Makefile +++ b/textproc/libxml2-reference/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: libxml2-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}/../libxml2:configure +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxml2:configure PARENT_WRKSRC!= cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC EXTRACT_ONLY= |