diff options
author | matthew <matthew@FreeBSD.org> | 2012-12-15 17:31:58 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-12-15 17:31:58 +0800 |
commit | 386d2e5f592fd6973f7a0bbf365e3b61ac8ff0ff (patch) | |
tree | 2b35442337ac000dadad55e0a145187cecdaeb8d /ports-mgmt/wanted-ports | |
parent | d32d80867ad04d69539f666dbd0722cb9228cee1 (diff) | |
download | freebsd-ports-gnome-386d2e5f592fd6973f7a0bbf365e3b61ac8ff0ff.tar.gz freebsd-ports-gnome-386d2e5f592fd6973f7a0bbf365e3b61ac8ff0ff.tar.zst freebsd-ports-gnome-386d2e5f592fd6973f7a0bbf365e3b61ac8ff0ff.zip |
Trim remaining untrimmed headers on my ports
Where BUILD_DEPENDS and RUN_DEPENDS have the same value, initialise
RUN_DEPENDS from BUILD_DEPENDS
Diffstat (limited to 'ports-mgmt/wanted-ports')
-rw-r--r-- | ports-mgmt/wanted-ports/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ports-mgmt/wanted-ports/Makefile b/ports-mgmt/wanted-ports/Makefile index c97e4ffd6f92..aafcccf02f29 100644 --- a/ports-mgmt/wanted-ports/Makefile +++ b/ports-mgmt/wanted-ports/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: wanted-ports -# Date created: 7 June 2010 -# Whom: Matthew Seaman <m.seaman@infracaninophile.co.uk> -# +# Created by: Matthew Seaman <m.seaman@infracaninophile.co.uk> # $FreeBSD$ -# -# port is self-contained in the files directory. PORTNAME= wanted-ports PORTVERSION= 0.2 |