summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-30 20:04:15 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-30 20:04:15 +0000
commit1dad32d0bcbf02815149fecfd70b802e52ba9402 (patch)
tree167f4e03957509d1e8432f8aac5e688a6fd22491
parentb5ac41c382c9a79936210fe67bbc4c950cdccc6c (diff)
downloadpkgsrc-1dad32d0bcbf02815149fecfd70b802e52ba9402.tar.gz
Modular Xorg support.
-rw-r--r--comms/estic/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/estic/Makefile b/comms/estic/Makefile
index 24206463f09..02a8d8dfbd3 100644
--- a/comms/estic/Makefile
+++ b/comms/estic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/09/16 10:06:16 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2007/01/30 20:04:15 joerg Exp $
DISTNAME= estic-1.61
PKGREVISION= 1
@@ -33,8 +33,6 @@ MAKE_FILE= make/freebsd-x.mak
INSTALLATION_DIRS= bin
-.include "../../mk/x11.buildlink3.mk"
-
post-extract:
${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC} && \
${LOCALBASE}/bin/unzip -p ${DISTDIR}/${ESTICPATCH} | \
@@ -54,4 +52,5 @@ do-install:
cd ${WRKSRC}/samples && \
${INSTALL_DATA} * ${PREFIX}/share/examples/estic
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"