diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-13 14:29:52 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-13 14:29:52 +0800 |
commit | 4fc6b7c53fe58f9645446599a8c46ba0b650ff3c (patch) | |
tree | 23972c689ae850de337c033bd9476e5cc3ef8838 /games | |
parent | 52c5e93ab5a2d0816078a8d3be2ecc16ca7973f9 (diff) | |
download | marcuscom-ports-4fc6b7c53fe58f9645446599a8c46ba0b650ff3c.tar marcuscom-ports-4fc6b7c53fe58f9645446599a8c46ba0b650ff3c.tar.gz marcuscom-ports-4fc6b7c53fe58f9645446599a8c46ba0b650ff3c.tar.bz2 marcuscom-ports-4fc6b7c53fe58f9645446599a8c46ba0b650ff3c.tar.lz marcuscom-ports-4fc6b7c53fe58f9645446599a8c46ba0b650ff3c.tar.xz marcuscom-ports-4fc6b7c53fe58f9645446599a8c46ba0b650ff3c.tar.zst marcuscom-ports-4fc6b7c53fe58f9645446599a8c46ba0b650ff3c.zip |
Add a missing dependency on gnomedocutils.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8193 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 7d5e3be34..0380e8c64 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.130 2007/01/08 18:02:48 marcus Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.131 2007/01/12 02:49:35 ahze Exp $ # PORTNAME= gnome-games PORTVERSION= 2.17.5 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -26,7 +27,7 @@ INSTALLS_ICONS= yes USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ - librsvg2 desktopfileutils pygnome2 + librsvg2 desktopfileutils pygnome2 gnomedocutils GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |