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 /databases | |
parent | d32d80867ad04d69539f666dbd0722cb9228cee1 (diff) | |
download | freebsd-ports-graphics-386d2e5f592fd6973f7a0bbf365e3b61ac8ff0ff.tar.gz freebsd-ports-graphics-386d2e5f592fd6973f7a0bbf365e3b61ac8ff0ff.tar.zst freebsd-ports-graphics-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 'databases')
-rw-r--r-- | databases/mytop/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index e96a069d700..f16e88af986 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mytop -# Date created: 28 Augest 2000 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mytop PORTVERSION= 1.6 |