diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-22 03:39:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-22 03:39:50 +0800 |
commit | 2c95d4d0e4521292cf566c222aff97edffd0a944 (patch) | |
tree | deb04360b88c14788344613b31d6006b4761eaa8 /misc/gnome-user-docs/Makefile | |
parent | 1b791f5595ce78470de1175e23541811ce3e7550 (diff) | |
download | marcuscom-ports-2c95d4d0e4521292cf566c222aff97edffd0a944.tar marcuscom-ports-2c95d4d0e4521292cf566c222aff97edffd0a944.tar.gz marcuscom-ports-2c95d4d0e4521292cf566c222aff97edffd0a944.tar.bz2 marcuscom-ports-2c95d4d0e4521292cf566c222aff97edffd0a944.tar.lz marcuscom-ports-2c95d4d0e4521292cf566c222aff97edffd0a944.tar.xz marcuscom-ports-2c95d4d0e4521292cf566c222aff97edffd0a944.tar.zst marcuscom-ports-2c95d4d0e4521292cf566c222aff97edffd0a944.zip |
Update to 2.13.1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5720 df743ca5-7f9a-e211-a948-0013205c9059
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> |