1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

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.
This commit is contained in:
Andreas Schulz 1995-04-01 20:04:00 +00:00
parent a17b2981fd
commit 7c4666c1d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1273

View File

@ -3,7 +3,7 @@
# Date created: 24 September 1994 # Date created: 24 September 1994
# Whom: jkh # 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 DISTNAME= xarchie-2.0.10
@ -13,6 +13,6 @@ MASTER_SITES+= ftp://ftp.funet.fi/pub/X11/contrib/applications/
CATEGORIES+= networking CATEGORIES+= networking
USE_IMAKE= yes USE_IMAKE= yes
DEPENDS= ${PORTSDIR}/net/archie EXEC_DEPENDS= archie:${PORTSDIR}/net/archie
.include <bsd.port.mk> .include <bsd.port.mk>