diff options
-rw-r--r-- | x11/lablgtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lablgtk/Makefile b/x11/lablgtk/Makefile index 570188d96c0..26cc70f0625 100644 --- a/x11/lablgtk/Makefile +++ b/x11/lablgtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2012/02/06 12:42:18 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2012/02/16 04:07:41 sbd Exp $ # DISTNAME= lablgtk-2.14.2 @@ -33,7 +33,7 @@ PLIST_VARS+= stubs .if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || \ ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \ - ${OPSYS} == "SunOS" + ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" PLIST.stubs= yes .endif |