diff options
Diffstat (limited to 'misc/gnome-user-docs/Makefile')
-rw-r--r-- | misc/gnome-user-docs/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile index e6c1a1979..d4f104f58 100644 --- a/misc/gnome-user-docs/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/misc/gnomeuserdocs2/Makefile,v 1.18 2006/02/21 05:02:12 marcus Exp $ # PORTNAME= gnomeuserdocs2 -PORTVERSION= 2.13.1 +PORTVERSION= 2.13.1.1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-user-docs/2.13 @@ -17,10 +17,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 users guide +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper + USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes +INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnometarget gnomedocutils .include <bsd.port.mk> |