diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 12:28:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 12:28:20 +0800 |
commit | 3401e1a628a61837576d285c6ea40ce4e70d7c4f (patch) | |
tree | 24c71c1e104032b2c9bc7034ed9fcc5010d8432f /net/arla | |
parent | 3a890dddd2ec5d328c6d8ac9a93387e602b0cb10 (diff) | |
download | freebsd-ports-gnome-3401e1a628a61837576d285c6ea40ce4e70d7c4f.tar.gz freebsd-ports-gnome-3401e1a628a61837576d285c6ea40ce4e70d7c4f.tar.zst freebsd-ports-gnome-3401e1a628a61837576d285c6ea40ce4e70d7c4f.zip |
Oops, one more thing.
Diffstat (limited to 'net/arla')
-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> |