diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 02:26:55 +0800 | 
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 02:26:55 +0800 | 
| commit | a2715b11795bc1857751926ff147785c0e2071e7 (patch) | |
| tree | 83a2268bfe37b570383d4807a0b3646749632592 | |
| parent | 0b337e5bf56ef32844c4fc2c50f30e5119a42939 (diff) | |
| download | marcuscom-ports-a2715b11795bc1857751926ff147785c0e2071e7.tar.gz marcuscom-ports-a2715b11795bc1857751926ff147785c0e2071e7.tar.zst marcuscom-ports-a2715b11795bc1857751926ff147785c0e2071e7.zip | |
Add build depend on itstool.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16428 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | misc/gnome-user-docs3/Makefile | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/misc/gnome-user-docs3/Makefile b/misc/gnome-user-docs3/Makefile index 21ec1bdbc..6296a7b21 100644 --- a/misc/gnome-user-docs3/Makefile +++ b/misc/gnome-user-docs3/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/misc/gnome-user-docs3/Makefile,v 1.8 2011/06/10 22:59:06 mezz Exp $ +#   $MCom: ports/misc/gnome-user-docs3/Makefile,v 1.9 2011/10/13 11:13:56 kwm Exp $  #  PORTNAME=	gnome-user-docs @@ -15,6 +15,8 @@ DIST_SUBDIR=	gnome3  MAINTAINER=	gnome@FreeBSD.org  COMMENT=	GNOME 3 users guide +BUILD_DEPENDS=	itstool:${PORTSDIR}/textproc/itstool +  LATEST_LINK=	gnome-user-docs3  USE_XZ=		yes  USE_GMAKE=	yes | 
