diff options
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" |