diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 00:19:56 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 00:19:56 +0000 |
commit | da84d0894b92e3cfe136d8dbdd60e2b1d874f37a (patch) | |
tree | 9ed2da3cdbcf5e546129221e6a8c71938551ba23 /net/rwhoisd | |
parent | 10c73a99ffb24041c21e57c0f3bbddef6b10a7b5 (diff) | |
download | ports-da84d0894b92e3cfe136d8dbdd60e2b1d874f37a.tar.gz ports-da84d0894b92e3cfe136d8dbdd60e2b1d874f37a.zip |
Notes
Diffstat (limited to 'net/rwhoisd')
-rw-r--r-- | net/rwhoisd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index b7abe40c4437..6a606b91af14 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/Makefile @@ -3,7 +3,7 @@ # Date created: May 9th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/06/03 06:11:35 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/17 10:53:30 asami Exp $ # DISTNAME= rwhois-1.0B9.2 @@ -15,6 +15,8 @@ MAINTAINER= jfitz@FreeBSD.ORG LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper +BROKEN_ELF= yes + HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois INSTALL_TARGET= install install-sample-data install-chroot |