freebsd-ports/textproc/libxslt-reference/Makefile
Baptiste Daroussin a4dcd1531c Fix build dependency line
Feature safe:	yes
2012-10-20 09:25:41 +00:00

17 lines
422 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 0
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxslt:configure
PARENT_WRKSRC!= cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
USE_GMAKE= yes
do-install:
.if !defined(NOPORTDOCS)
@cd ${PARENT_WRKSRC}/doc && ${GMAKE} install-data-local
.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"