diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-19 01:17:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-19 01:17:54 +0800 |
commit | e35103b65dbd2f9089f265d902640703042b8a72 (patch) | |
tree | 1aa2189715d341eeff57767d23d3751dc48f11de /x11-themes/gnome-themes-standard | |
parent | aa02cfab6166ec5cdd97c4adc82007bb524716b0 (diff) | |
download | marcuscom-ports-e35103b65dbd2f9089f265d902640703042b8a72.tar marcuscom-ports-e35103b65dbd2f9089f265d902640703042b8a72.tar.gz marcuscom-ports-e35103b65dbd2f9089f265d902640703042b8a72.tar.bz2 marcuscom-ports-e35103b65dbd2f9089f265d902640703042b8a72.tar.lz marcuscom-ports-e35103b65dbd2f9089f265d902640703042b8a72.tar.xz marcuscom-ports-e35103b65dbd2f9089f265d902640703042b8a72.tar.zst marcuscom-ports-e35103b65dbd2f9089f265d902640703042b8a72.zip |
add depend on librsvg2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16262 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gnome-themes-standard')
-rw-r--r-- | x11-themes/gnome-themes-standard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gnome-themes-standard/Makefile b/x11-themes/gnome-themes-standard/Makefile index d3795fe14..015553d37 100644 --- a/x11-themes/gnome-themes-standard/Makefile +++ b/x11-themes/gnome-themes-standard/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes-standard/Makefile,v 1.14 2011/05/24 17:49:27 kwm Exp $ +# $MCom: ports/x11-themes/gnome-themes-standard/Makefile,v 1.15 2011/09/17 11:29:49 kwm Exp $ # PORTNAME= gnome-themes-standard @@ -21,7 +21,7 @@ USE_XZ= yes USE_GETTEXT= yes INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack gtk30 +USE_GNOME= gnomehack gnomeprefix intlhack gtk30 librsvg2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |