summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 23:45:53 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 23:45:53 +0000
commit69f9cd47fd730a033f559bc7442239840c881e26 (patch)
treecd24e44acdc5fee5cffd4c600e145f734e3d7147 /net
parentMark BRKOEN for ELF: (diff)
Unbreak for ELF.
Notes
Notes: svn path=/head/; revision=14006
Diffstat (limited to 'net')
-rw-r--r--net/xarchie/Makefile5
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>