diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-16 04:07:41 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-16 04:07:41 +0000 |
commit | 3989e5449c6be4e14a046058ccfbe5731afff575 (patch) | |
tree | 3b40fe08a20f62dad0688e8e771169fadcd6e502 /x11/lablgtk | |
parent | 31cca2a234ff861b6cc69c59a4e92b7375c77306 (diff) | |
download | pkgsrc-3989e5449c6be4e14a046058ccfbe5731afff575.tar.gz |
stubs are built in Linux to.
Diffstat (limited to 'x11/lablgtk')
-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 |