summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-06-05 14:07:56 +0000
committerminskim <minskim@pkgsrc.org>2004-06-05 14:07:56 +0000
commit84eb7cb2278c569f31be8a7ef11729eb16515852 (patch)
treec3efd7d09f8888ce99b4dca1e4186a808bfba5ac
parentfb3089ecf5514446b6b4165ea669fb9a62651216 (diff)
downloadpkgsrc-84eb7cb2278c569f31be8a7ef11729eb16515852.tar.gz
This package doesn't compile anything. Set NO_CONFIGURE and NO_BUILD.
-rw-r--r--comms/tkhylafax/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile
index d608b69552f..17984d23952 100644
--- a/comms/tkhylafax/Makefile
+++ b/comms/tkhylafax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/03/08 20:27:13 minskim Exp $
+# $NetBSD: Makefile,v 1.25 2004/06/05 14:07:56 minskim Exp $
# FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp
#
@@ -18,5 +18,7 @@ DEPENDS+= hylafax>=4.1:../../comms/hylafax
DEPENDS+= tk>=8.3.2:../../x11/tk83
WRKSRC= ${WRKDIR}/tkhylafax
+NO_CONFIGURE= yes
+NO_BUILD= yes
.include "../../mk/bsd.pkg.mk"