1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Fix check-plist [1]

Reported by:	miwi [1]
This commit is contained in:
Koop Mast 2014-05-24 17:54:54 +00:00
parent f3147b0157
commit 6de9270814
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355066

View File

@ -15,14 +15,15 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hic
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
USE_XZ= yes
GNU_CONFIGURE= yes
USES= gmake pathfix pkgconfig
USES= gmake pathfix pkgconfig tar:xz
USE_GNOME= intlhack
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --enable-icon-mapping
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-install:
@${RM} ${STAGEDIR}${PREFIX}/share/icons/gnome/icon-theme.cache
.include <bsd.port.mk>