13 lines
294 B
Makefile
13 lines
294 B
Makefile
# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:45 joerg Exp $
|
|
#
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --disable-tk
|
|
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|