diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-02 00:14:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-02 00:14:04 +0800 |
commit | 876e3d904b40d2d3e3b1d0f8844cdaf3cd0fb84a (patch) | |
tree | 6ad4e44febce7cd98d645894b42915eb8cea2766 /games | |
parent | 6f6932ff2d52e325ca55a459e8340b93605e0917 (diff) | |
download | marcuscom-ports-876e3d904b40d2d3e3b1d0f8844cdaf3cd0fb84a.tar marcuscom-ports-876e3d904b40d2d3e3b1d0f8844cdaf3cd0fb84a.tar.gz marcuscom-ports-876e3d904b40d2d3e3b1d0f8844cdaf3cd0fb84a.tar.bz2 marcuscom-ports-876e3d904b40d2d3e3b1d0f8844cdaf3cd0fb84a.tar.lz marcuscom-ports-876e3d904b40d2d3e3b1d0f8844cdaf3cd0fb84a.tar.xz marcuscom-ports-876e3d904b40d2d3e3b1d0f8844cdaf3cd0fb84a.tar.zst marcuscom-ports-876e3d904b40d2d3e3b1d0f8844cdaf3cd0fb84a.zip |
Add a missing dependency on librsvg2.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2232 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 1dc7e3105..8841e0989 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.6.0.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.6 @@ -22,7 +23,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack libgnomeui +USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack libgnomeui \ + librsvg2 USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 1dc7e3105..8841e0989 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.6.0.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.6 @@ -22,7 +23,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack libgnomeui +USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack libgnomeui \ + librsvg2 USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |