diff options
author | ats <ats@FreeBSD.org> | 1995-04-02 04:04:00 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-04-02 04:04:00 +0800 |
commit | 816272932f12ebd1566ed03701415fb41a6078b3 (patch) | |
tree | 2ca01599e1b92021c9d5c1695f365d036bb9fbe1 | |
parent | bb54f32fd8dbe9c30184bd71037a191c325701e4 (diff) | |
download | freebsd-ports-gnome-816272932f12ebd1566ed03701415fb41a6078b3.tar.gz freebsd-ports-gnome-816272932f12ebd1566ed03701415fb41a6078b3.tar.zst freebsd-ports-gnome-816272932f12ebd1566ed03701415fb41a6078b3.zip |
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.
-rw-r--r-- | net/xarchie/Makefile | 4 |
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> |