6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
16 lines
424 B
Makefile
16 lines
424 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/01/03 18:49:38 reed Exp $
|
|
#
|
|
.include "../../x11/gtoolkit/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-examples-/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
COMMENT= Objective-C examples for GToolKit
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../x11/gtoolkit/distinfo
|
|
BUILD_DIRS= ${WRKSRC}/Examples
|
|
|
|
.include "../../x11/gtoolkit/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|