diff options
author | minskim <minskim> | 2004-06-05 14:07:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-06-05 14:07:56 +0000 |
commit | c1722fb7429ff15cd2eef16b8056f4f40267ca0f (patch) | |
tree | c3efd7d09f8888ce99b4dca1e4186a808bfba5ac /comms | |
parent | fcce4678e7a4a7ccf973fb3eaf352e4703bd8475 (diff) | |
download | pkgsrc-c1722fb7429ff15cd2eef16b8056f4f40267ca0f.tar.gz |
This package doesn't compile anything. Set NO_CONFIGURE and NO_BUILD.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkhylafax/Makefile | 4 |
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" |