diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
commit | 33247f8627dc97a08c73196f8baf13f76c3ebee0 (patch) | |
tree | 26f5c09c96db445280ba457125b9bf1fa0c61650 /x11-themes/gnome-icon-theme-symbolic | |
parent | 706d41fb8180fc2561e0f05dbf906b97d7d75a58 (diff) | |
download | marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.gz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.bz2 marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.lz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.xz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.zst marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.zip |
Not complete yet.
Trim header, remove leading "A" from comments.
Convert:
USE_GNOME=pkgconfig -> USE_PKGCONFIG=build
USE_GNOME=gnomehack -> USES=pathfix
Do some maintaince where needed, and let there be breakage! [1]
[1] But since nobody (can't) use(s) SVN yet to build this isn't a issue :)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17271 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gnome-icon-theme-symbolic')
-rw-r--r-- | x11-themes/gnome-icon-theme-symbolic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/gnome-icon-theme-symbolic/Makefile b/x11-themes/gnome-icon-theme-symbolic/Makefile index f0efc7f87..62657e778 100644 --- a/x11-themes/gnome-icon-theme-symbolic/Makefile +++ b/x11-themes/gnome-icon-theme-symbolic/Makefile @@ -15,7 +15,9 @@ BUILD_DEPENDS= icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils USE_XZ= yes INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix pkgconfig +USES= pathfix +USE_PKGCONFIG= build +USE_GNOME= gnomeprefix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |