diff options
Diffstat (limited to 'x11/tk/Makefile')
-rw-r--r-- | x11/tk/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 5387a80c47f..38f02d8915c 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.74 2013/06/06 12:53:41 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2013/10/25 10:21:57 jperkin Exp $ DISTNAME= tk${TK_VERSION}-src PKGNAME= tk-${TK_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} @@ -45,8 +45,9 @@ PLIST_SUBST+= BASEVER=${TK_BASEVER} .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "Darwin" +.if ${OPSYS} == "Darwin" && ${X11_TYPE} == "native" CONFIGURE_ARGS+= --enable-aqua +PLIST_SRC+= PLIST.aqua .else .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" |