summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/clanbomber/Makefile7
-rw-r--r--graphics/tgif/Makefile6
2 files changed, 6 insertions, 7 deletions
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile
index 0c585cd79d5..aa9eb112f2f 100644
--- a/games/clanbomber/Makefile
+++ b/games/clanbomber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/06/24 23:39:50 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/06/30 11:41:57 zuntum Exp $
DISTNAME= clanbomber-1.01
PKGNAME= ${DISTNAME}nb1
@@ -9,13 +9,11 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.clanbomber.de/
COMMENT= Bomberman clone using the ClanLib graphics system
-DEPENDS+= ClanLib>=0.4:../../graphics/clanlib
-
+USE_BUILDLINK_ONLY= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${X11BASE}/include
# needs a valid X display to compile its datafiles
@@ -34,4 +32,5 @@ pre-build:
exit 1; \
fi;
+.include "../../graphics/clanlib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile
index 325be39c0fa..d584089de0a 100644
--- a/graphics/tgif/Makefile
+++ b/graphics/tgif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2001/02/16 15:22:33 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2001/06/30 11:47:00 zuntum Exp $
#
DISTNAME= tgif-4.1.40
@@ -10,12 +10,12 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://bourbon.cs.umd.edu:8001/tgif/tgif.html
COMMENT= Fully-featured X11 drawing program
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-
+USE_BUILDLINK_ONLY= yes
USE_IMAKE= yes
post-patch::
@${RM} -f ${WRKSRC}/Tgif.tmpl
@${CP} ${WRKSRC}/Tgif.tmpl-netbsd ${WRKSRC}/Tgif.tmpl
+.include "../../graphics/jpeg/buildlink.mk"
.include "../../mk/bsd.pkg.mk"