summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-14 20:36:54 +0000
committerminskim <minskim@pkgsrc.org>2004-12-14 20:36:54 +0000
commit37867029438ccaebe41fa8b5d0ccabc91468f46e (patch)
tree0aabdc1d07f76962ff14877e9ff5ef056bf5b0f0 /graphics
parent454cd9af8b5b5ecbafdb2846b7448fc4c53bfccd (diff)
downloadpkgsrc-37867029438ccaebe41fa8b5d0ccabc91468f46e.tar.gz
Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding targets.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gfract/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gfract/Makefile b/graphics/gfract/Makefile
index eaa39ff4df9..956833f3390 100644
--- a/graphics/gfract/Makefile
+++ b/graphics/gfract/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/12/03 15:14:59 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2004/12/14 20:36:54 minskim Exp $
#
DISTNAME= gfract-0.30
@@ -23,6 +23,10 @@ SUBST_STAGE.prefix= post-extract
SUBST_FILES.prefix= main.cpp
SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
post-extract:
${MV} ${WRKDIR}/monk2\'.map ${WRKDIR}/monk2.map
@@ -33,6 +37,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/gfract.xpm ${PREFIX}/share/gfract/
${INSTALL_PROGRAM} ${WRKSRC}/gfract ${PREFIX}/bin/
-.include "../../graphics/png/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"