diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 04:00:28 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 04:00:28 +0800 |
commit | 48f29aca6c7da8e255fe5d98c77b86db8860138f (patch) | |
tree | 270562017b587dd8298cb2d848dcb0ece32fd220 /games | |
parent | f6711d0baef8f952e0c6ec54614e153994f7d7b2 (diff) | |
download | freebsd-ports-gnome-48f29aca6c7da8e255fe5d98c77b86db8860138f.tar.gz freebsd-ports-gnome-48f29aca6c7da8e255fe5d98c77b86db8860138f.tar.zst freebsd-ports-gnome-48f29aca6c7da8e255fe5d98c77b86db8860138f.zip |
- Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list':
"install" non-existent -- dependency list incomplete
With hat: portmgr
Diffstat (limited to 'games')
-rw-r--r-- | games/moon-buggy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile index 6fcc6f68e882..08678f6d5753 100644 --- a/games/moon-buggy/Makefile +++ b/games/moon-buggy/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: moon-buggy -# Date created: 10 January 2002 -# Whom: Ralf Becker <ralf@akk.org> -# +# Created by: Ralf Becker <ralf@akk.org> # $FreeBSD$ -# PORTNAME= moon-buggy PORTVERSION= 1.0.51 @@ -24,7 +20,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING .if defined (WITH_ESOUND) -LIB_DEPENDS= esd:${PORTSDIR}/audio/esound:install +LIB_DEPENDS= esd:${PORTSDIR}/audio/esound .endif USE_AUTOTOOLS= autoconf |