- this ports needs intltool to build but it's not added as XFCE_NO_SRC is set

so only add the needed module
This commit is contained in:
jasper 2008-11-22 09:24:43 +00:00
parent b15b00b3cb
commit 2c6a3b660d

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2008/11/06 15:34:46 landry Exp $
# $OpenBSD: Makefile,v 1.16 2008/11/22 09:24:43 jasper Exp $
PKG_ARCH= *
COMMENT= icon theme for xfce4
XFCE_PROJECT= xfce4-icon-theme
PKGNAME= ${DISTNAME}p0
HOMEPAGE= http://www.xfce.org/projects
@ -13,7 +14,8 @@ PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODULES= textproc/intltool \
x11/xfce4
XFCE_NO_SRC= Yes
.include <bsd.port.mk>