diff options
-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 |