diff options
author | tnn <tnn> | 2007-05-09 10:22:51 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-05-09 10:22:51 +0000 |
commit | 6a0e923c03ab821d81507ce4e217aed648fa396b (patch) | |
tree | 01cc9a1f7661329440cf17b5032c131c3ac8e956 /wm | |
parent | 144d05cabf8942f3bb8711edfcc42458de2698a8 (diff) | |
download | pkgsrc-6a0e923c03ab821d81507ce4e217aed648fa396b.tar.gz |
Remove x11/rep-gtk, wm/sawfish-themes, wm/sawfish-replibs, all obsoleted
by a recent wm/sawfish update.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/Makefile | 4 | ||||
-rw-r--r-- | wm/sawfish/Makefile.common | 24 |
2 files changed, 1 insertions, 27 deletions
diff --git a/wm/Makefile b/wm/Makefile index 23b6ed0f68b..fcd3e0e4708 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2007/04/20 18:14:15 kristerw Exp $ +# $NetBSD: Makefile,v 1.92 2007/05/09 10:22:51 tnn Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -62,8 +62,6 @@ SUBDIR+= pwm SUBDIR+= qvwm SUBDIR+= ratpoison SUBDIR+= sawfish -SUBDIR+= sawfish-replibs -SUBDIR+= sawfish-themes SUBDIR+= selectwm SUBDIR+= skippy SUBDIR+= tvtwm diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common deleted file mode 100644 index e6d99c1e353..00000000000 --- a/wm/sawfish/Makefile.common +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile.common,v 1.29 2006/03/04 21:30:55 jlam Exp $ - -DISTNAME= sawfish-${SF_VERS}-gtk1 -SF_VERS= 1.2 -CATEGORIES= x11 gnome wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://sawmill.sourceforge.net/ - -DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk - -USE_DIRS+= xdg-1.1 -USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake -GNU_CONFIGURE= yes - -DISTINFO_FILE= ${.CURDIR}/../../wm/sawfish/distinfo -PATCHDIR= ${.CURDIR}/../../wm/sawfish/patches - -.include "../../graphics/imlib/buildlink3.mk" -.include "../../lang/librep/buildlink3.mk" -.include "../../x11/control-center/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |