pkgsrc/x11/wxGTK24/Makefile
shattered bf09602a7e Fix a couple of places where 32-bit values were being used for 64 bit
values (i.e. pointers).  From PR 40257.

OK by wiz@.
2009-01-19 16:36:40 +00:00

15 lines
382 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/01/19 16:36:40 shattered Exp $
#
.include "Makefile.common"
PKGREVISION= 12
COMMENT= GTK-based implementation of the wxWidgets GUI library
CONFLICTS+= wxGTK<=2.4.2nb5
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DOCDIR}/LICENSE
.include "../../graphics/glu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"