summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-30 20:04:15 +0000
committerjoerg <joerg>2007-01-30 20:04:15 +0000
commit934869fc50b26b93052dc4daa7f4d1cf4b7897de (patch)
tree167f4e03957509d1e8432f8aac5e688a6fd22491 /comms
parent9079d65e1108a54714152e659f8e28e3150306c2 (diff)
downloadpkgsrc-934869fc50b26b93052dc4daa7f4d1cf4b7897de.tar.gz
Modular Xorg support.
Diffstat (limited to 'comms')
-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"