summaryrefslogtreecommitdiff
path: root/x11/lablgtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lablgtk/Makefile')
-rw-r--r--x11/lablgtk/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/lablgtk/Makefile b/x11/lablgtk/Makefile
index d7fb324375d..9a1a0829f95 100644
--- a/x11/lablgtk/Makefile
+++ b/x11/lablgtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/07/14 12:56:18 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2008/12/28 13:10:29 adrianp Exp $
#
DISTNAME= lablgtk-2.10.1
@@ -19,21 +19,21 @@ BUILD_TARGET= world
BUILDLINK_DEPMETHOD.ocaml= full
-CONFLICTS= lablgtk2-2.*
+CONFLICTS= lablgtk2-2.*{,nb*}
.include "../../mk/bsd.prefs.mk"
# Stub libraries for functions missing from base system.
PLIST_VARS+= stubs
-.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || \
- ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || \
- ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
+
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || \
+ ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \
+ ${OPSYS} == "SunOS"
PLIST.stubs= yes
.endif
.include "options.mk"
.include "../../lang/ocaml/buildlink3.mk"
-.include "../../textproc/gtkspell/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"