summaryrefslogtreecommitdiff
path: root/sysutils/rox/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-14 20:36:54 +0000
committerminskim <minskim>2004-12-14 20:36:54 +0000
commita4135cf571a99fd739a746d9ec5287673e9f8040 (patch)
tree0aabdc1d07f76962ff14877e9ff5ef056bf5b0f0 /sysutils/rox/Makefile
parent465c6fdc6c7bc9fcea05c364dab13dcb14abd80d (diff)
downloadpkgsrc-a4135cf571a99fd739a746d9ec5287673e9f8040.tar.gz
Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding targets.
Diffstat (limited to 'sysutils/rox/Makefile')
-rw-r--r--sysutils/rox/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile
index b953527dae4..3ac0c9cd138 100644
--- a/sysutils/rox/Makefile
+++ b/sysutils/rox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:18:16 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/12/14 20:36:55 minskim Exp $
#
DISTNAME= rox-1.2.0
@@ -22,6 +22,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk2
CPPFLAGS+= -I${BUILDLINK_PREFIX.libxml2}/include/libxml2/libxml
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
post-patch:
${SED} -e "s:@PREFIX@:"${PREFIX}":g" < ${FILESDIR}/rox > \
${WRKDIR}/${DISTNAME}/rox
@@ -45,6 +49,4 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/rox ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/rox.1 ${PREFIX}/man/man1
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"