diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 23:45:53 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 23:45:53 +0000 |
commit | 69f9cd47fd730a033f559bc7442239840c881e26 (patch) | |
tree | cd24e44acdc5fee5cffd4c600e145f734e3d7147 /net/xarchie | |
parent | 604af260c9a398c5ab281a57bae3958fd98ada74 (diff) | |
download | ports-69f9cd47fd730a033f559bc7442239840c881e26.tar.gz ports-69f9cd47fd730a033f559bc7442239840c881e26.zip |
Notes
Diffstat (limited to 'net/xarchie')
-rw-r--r-- | net/xarchie/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile index 4260c47671c3..8d7b8c73edd1 100644 --- a/net/xarchie/Makefile +++ b/net/xarchie/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.12 1996/12/01 01:23:22 obrien Exp $ +# $Id: Makefile,v 1.13 1998/10/14 03:21:40 jseger Exp $ # DISTNAME= xarchie-2.0.10 @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org -BROKEN_ELF= yes - USE_IMAKE= yes +USE_GMAKE= yes .include <bsd.port.mk> |