diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
commit | 325aa7e8e88ecb199c046b332000e6efcca17714 (patch) | |
tree | 96255da188cb25915662af74059dec331edbc41f /misc/gnome-icon-theme-extras/Makefile | |
parent | ba7b4e2ec2de6aacf45de83bd053d23282f02946 (diff) | |
download | marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.gz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.bz2 marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.lz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.xz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.zst marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.zip |
Add USES=pkgconfig where needed, update to new port rules, incl stage support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18771 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme-extras/Makefile')
-rw-r--r-- | misc/gnome-icon-theme-extras/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile index d65543ee3..d05cec736 100644 --- a/misc/gnome-icon-theme-extras/Makefile +++ b/misc/gnome-icon-theme-extras/Makefile @@ -9,16 +9,15 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= An additional collection of icons for the GNOME desktop +COMMENT= Additional collection of icons for the GNOME desktop BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme -NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= intlhack gtk-update-icon-cache INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-icon-mapping |