diff options
-rw-r--r-- | net/wais/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile index ac9bd848dc10..3b497baaff12 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.4 1995/04/01 12:48:49 jkh Exp $ +# $Id: Makefile,v 1.5 1995/04/15 05:42:04 asami Exp $ # DISTNAME= freeWAIS-0.3 @@ -12,4 +12,6 @@ MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ GMAKE= yes +is_depended: all + .include <bsd.port.mk> |