summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wm/sawfish/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common
index cd2d8f6cff0..5043565eca9 100644
--- a/wm/sawfish/Makefile.common
+++ b/wm/sawfish/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2002/05/12 10:16:50 abs Exp $
+# $NetBSD: Makefile.common,v 1.10 2002/05/16 16:58:05 wiz Exp $
DISTNAME= sawfish-${SF_VERS}
SF_VERS= 1.0.1
@@ -10,8 +10,6 @@ HOMEPAGE= http://sawmill.sourceforge.net/
DEPENDS+= librep>=0.15.1nb1:../../lang/librep
DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk
-DEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib
-DEPENDS+= control-center-[0-9]*:../../x11/controlcenter
USE_X11= # defined
@@ -21,5 +19,7 @@ GNU_CONFIGURE= # defined
FILESDIR= ${.CURDIR}/../../wm/sawfish/files
PATCHDIR= ${.CURDIR}/../../wm/sawfish/patches
+.include "../../graphics/imlib/buildlink.mk"
+.include "../../x11/controlcenter/buildlink.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"