diff options
author | asami <asami@FreeBSD.org> | 1997-04-21 09:17:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-21 09:17:14 +0800 |
commit | 86b633d10eac2389f12acf5900f7d20f2dcaf4c9 (patch) | |
tree | 0a9f8486a79c52a41763abc9d066c19632e2e06f | |
parent | 906fe577bbbe20a5a17505a43897f5d65b0e9bc7 (diff) | |
download | freebsd-ports-gnome-86b633d10eac2389f12acf5900f7d20f2dcaf4c9.tar.gz freebsd-ports-gnome-86b633d10eac2389f12acf5900f7d20f2dcaf4c9.tar.zst freebsd-ports-gnome-86b633d10eac2389f12acf5900f7d20f2dcaf4c9.zip |
Not that it matters much, but delete empty line between BUILD_DEPENDS
and RUN_DEPENDS.
-rw-r--r-- | net-mgmt/mrtg/Makefile | 3 | ||||
-rw-r--r-- | net/mrtg/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 02839de7ed62..402eddf822d0 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -3,7 +3,7 @@ # Date created: April 18th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/04/18 12:08:16 jfitz Exp $ # DISTNAME= mrtg-2.1 @@ -13,7 +13,6 @@ MASTER_SITES= http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd - RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/PV.pm:${PORTSDIR}/devel/p5-PV ALL_TARGET= rateup substitute diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 02839de7ed62..402eddf822d0 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -3,7 +3,7 @@ # Date created: April 18th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/04/18 12:08:16 jfitz Exp $ # DISTNAME= mrtg-2.1 @@ -13,7 +13,6 @@ MASTER_SITES= http://www.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd - RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/PV.pm:${PORTSDIR}/devel/p5-PV ALL_TARGET= rateup substitute |