diff options
author | wiz <wiz> | 2002-05-16 16:58:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-05-16 16:58:05 +0000 |
commit | f4b8782ff10a758ac9788d692e236046a3121733 (patch) | |
tree | fea7a71b57dc0cb9bec8a70106f377483875c3e3 /wm | |
parent | 398d65078059b67d16c3df5a0206ea506ed6b3a2 (diff) | |
download | pkgsrc-f4b8782ff10a758ac9788d692e236046a3121733.tar.gz |
Use buildlink.mk's instead of DEPENDS. Proposed in pkg/16807 as a fix
for build problems on xpkgwedge systems by Julio Merino.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/sawfish/Makefile.common | 6 |
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" |