Buildlinkify. Should fix i386 bulk build failure.
This commit is contained in:
parent
75e10923ba
commit
ff41edfe59
1 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:08 fredb Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2002/07/14 13:49:11 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnome-iconedit-1.2.0
|
||||
|
@ -10,19 +10,18 @@ MAINTAINER= wiz@netbsd.org
|
|||
COMMENT= icon editor based on GNOME libraries
|
||||
|
||||
BUILD_USES_MSGFMT= yes
|
||||
DEPENDS+= gdk-pixbuf>=0.11.0nb1:../../graphics/gdk-pixbuf
|
||||
DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs
|
||||
DEPENDS+= oaf>=0.6.7nb1:../../devel/oaf
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
USE_LIBINTL= YES
|
||||
USE_X11BASE= YES
|
||||
|
||||
# for finding libpng
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
|
||||
post-configure:
|
||||
cd ${WRKSRC}/src && ${GMAKE} clean
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink.mk"
|
||||
.include "../../devel/oaf/buildlink.mk"
|
||||
.include "../../graphics/gdk-pixbuf/buildlink.mk"
|
||||
.include "../../x11/gnome-libs/buildlink.mk"
|
||||
.include "../../mk/x11.buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue