diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 02:18:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 02:18:26 +0800 |
commit | 5412c02de857a4fbe3f2faa97fef6af35b2431fa (patch) | |
tree | 9f8d3d12198d0fba1de7896ef8464c550250c324 /misc/gnome-icon-theme | |
parent | b60b22cbf5d7607b592812ec27630efa43a76d3b (diff) | |
download | freebsd-ports-gnome-5412c02de857a4fbe3f2faa97fef6af35b2431fa.tar.gz freebsd-ports-gnome-5412c02de857a4fbe3f2faa97fef6af35b2431fa.tar.zst freebsd-ports-gnome-5412c02de857a4fbe3f2faa97fef6af35b2431fa.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'misc/gnome-icon-theme')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index c3297e0e5805..34787b661016 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -17,9 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hic RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= intlhack INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include |