summaryrefslogtreecommitdiff
path: root/net/xarchie
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-04-01 20:04:00 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-04-01 20:04:00 +0000
commit7c4666c1d06a8d4fc129de1f49c9228ee81ff681 (patch)
tree74f54c1c4354bee0ce5c734e91072eff4d60c4eb /net/xarchie
parentAnother set of checksums (diff)
Change the DEPENDS line to an EXEC_DEPENDS line. xarchie depends on archie,
but doesn't need to rebuild it if the binary is already installed.
Notes
Notes: svn path=/head/; revision=1273
Diffstat (limited to 'net/xarchie')
-rw-r--r--net/xarchie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile
index ec366c4abf2d..20d99050ae60 100644
--- a/net/xarchie/Makefile
+++ b/net/xarchie/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.4 1994/11/01 20:52:47 jkh Exp $
+# $Id: Makefile,v 1.5 1995/04/01 12:48:55 jkh Exp $
#
DISTNAME= xarchie-2.0.10
@@ -13,6 +13,6 @@ MASTER_SITES+= ftp://ftp.funet.fi/pub/X11/contrib/applications/
CATEGORIES+= networking
USE_IMAKE= yes
-DEPENDS= ${PORTSDIR}/net/archie
+EXEC_DEPENDS= archie:${PORTSDIR}/net/archie
.include <bsd.port.mk>