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 | |
| 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')
| -rw-r--r-- | misc/gnome-icon-theme-extras/Makefile | 5 | ||||
| -rw-r--r-- | misc/gnome-icon-theme/Makefile | 5 |
2 files changed, 4 insertions, 6 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 diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 0f6becb1e..7ddebdfda 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -9,16 +9,15 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= A collection of icons for the GNOME desktop +COMMENT= 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 INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-icon-mapping |
