diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-15 19:07:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-15 19:07:14 +0000 |
commit | f068d9601bc86afd011190a56f491de71901e9da (patch) | |
tree | 591016bbd25689f5761ef7c724cdd187a1f9643e | |
parent | 72e2adf7ca49e798e0dc22b9633aa306755f1a43 (diff) | |
download | pkgsrc-f068d9601bc86afd011190a56f491de71901e9da.tar.gz |
Probes for X11, but doesn't really use it. No symbols in the shared
objects, no files include X11/*. So remove the dep and bump revision.
-rw-r--r-- | x11/gnustep-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile index c57285864fd..cd4aa4fc930 100644 --- a/x11/gnustep-gui/Makefile +++ b/x11/gnustep-gui/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2006/09/22 07:08:16 rillig Exp $ +# $NetBSD: Makefile,v 1.36 2007/01/15 19:07:14 joerg Exp $ DISTNAME= gnustep-gui-0.11.0 +PKGREVISION= 1 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} @@ -21,5 +22,4 @@ MAKE_FILE= GNUmakefile .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |