diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-11-16 08:39:54 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-11-16 08:39:54 +0000 |
commit | 1e595fc526cd4af752b10c180872f3ab3d83b351 (patch) | |
tree | 427fe1a1eb46ea7c8d1fea5778f8de974e9685d6 /ham/tfkiss/Makefile | |
parent | 52f3b3c09ebff659d017dd36f5df779e6a896976 (diff) | |
download | pkgsrc-1e595fc526cd4af752b10c180872f3ab3d83b351.tar.gz |
Update tfkiss to 1.2.2 provided in pr 8805 by Berndt Josef Wulf
<wulf@dingo.ping.net.au>.
Diffstat (limited to 'ham/tfkiss/Makefile')
-rw-r--r-- | ham/tfkiss/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ham/tfkiss/Makefile b/ham/tfkiss/Makefile index c6fd5835d9e..5430c47ebf0 100644 --- a/ham/tfkiss/Makefile +++ b/ham/tfkiss/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1999/07/27 16:03:05 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1999/11/16 08:39:54 frueauf Exp $ # -DISTNAME= tfkiss-1.1.0 +DISTNAME= tfkiss-1.2.2 CATEGORIES= ham MASTER_SITES= ftp://ftp.ping.net.au/pub/unix/ham/ @@ -11,4 +11,6 @@ HOMEPAGE= http://www.bfl.at/mayer/ham/ USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-xpid --enable-flexnet --enable-axip + .include "../../mk/bsd.pkg.mk" |