diff options
Diffstat (limited to 'misc/gnome-devel-docs/Makefile')
-rw-r--r-- | misc/gnome-devel-docs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile index 997a6b4b2c0f..d05b7d9fb70d 100644 --- a/misc/gnome-devel-docs/Makefile +++ b/misc/gnome-devel-docs/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.1 2007/09/18 15:23:15 ahze Exp $ +# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.3 2008/03/11 04:00:33 mezz Exp $ +# PORTNAME= gnome-devel-docs -PORTVERSION= 2.20.0 +PORTVERSION= 2.22.0 CATEGORIES= misc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,6 +21,7 @@ RUN_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GNOME= gnometarget INSTALLS_OMF= yes .include <bsd.port.mk> |