diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 04:28:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 04:28:20 +0000 |
commit | 1e65657cb09612e78cf31d10f496008bbd217bfb (patch) | |
tree | bd765ca8a558611a2d29870b0f236b37089a80d5 /net/arla/Makefile | |
parent | bb7f3c6d267e55624fb0c669f7aa075884ec2dcd (diff) | |
download | ports-1e65657cb09612e78cf31d10f496008bbd217bfb.tar.gz ports-1e65657cb09612e78cf31d10f496008bbd217bfb.zip |
Notes
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index ca05ce378195..760e21204ceb 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -3,7 +3,7 @@ # Date created: 09 Sep 1998 # Whom: Peter Hawkins <thepish@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/09/09 05:51:30 thepish Exp $ +# $Id: Makefile,v 1.2 1998/09/15 04:27:31 asami Exp $ # DISTNAME= arla-0.9 @@ -14,7 +14,6 @@ MAINTAINER= thepish@freebsd.org #BUILD_DEPENDS= /usr/lib/libkafs.a:/usr/src/kerberosIV/lib/libkafs -CONFIGURE_ARGS= --prefix=$(PREFIX) -HAS_CONFIGURE= YES +GNU_CONFIGURE= yes .include <bsd.port.mk> |