diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-20 01:37:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-20 01:37:48 +0000 |
commit | ae1846abe88cfcdcd1202089244ea26a10f1864b (patch) | |
tree | 24698d6a9999f622a7a380e79cee5a290847bf79 /x11/wxGTK24 | |
parent | c2eec5aa96c06a4130dac2ae966ee28e09653bd4 (diff) | |
download | pkgsrc-ae1846abe88cfcdcd1202089244ea26a10f1864b.tar.gz |
No need to include x11.b3.mk directly here.
Diffstat (limited to 'x11/wxGTK24')
-rw-r--r-- | x11/wxGTK24/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/wxGTK24/Makefile.common b/x11/wxGTK24/Makefile.common index 8499617ffba..77b9765a07d 100644 --- a/x11/wxGTK24/Makefile.common +++ b/x11/wxGTK24/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2005/12/05 20:51:19 rillig Exp $ +# $NetBSD: Makefile.common,v 1.4 2007/02/20 01:37:48 joerg Exp $ # DISTNAME= wxGTK-2.4.2 @@ -46,4 +46,3 @@ PLIST_SUBST+= GTKVER=2 .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" |