Skip to content

Commit

Permalink
- Stylistic cleanup: remove trailing slashes from *_DEPENDS lines.
Browse files Browse the repository at this point in the history
      audio/cd2mp3	     [1]
      audio/mp3unicode       [2]
      databases/spatialite   [3]
      deskutils/aspostit
      devel/bennugd-modules  [4]
      net/hinfo
      www/caudium14          [5]

Approved by:	shaun (mentor) [email protected] (maintainer[1]) makc (maintainer[2]) [email protected] (maintainer[3]) amdmi3 (maintainer[4]) johans (maintainer[5])
  • Loading branch information
infracaninophile committed Feb 26, 2012
1 parent e98041c commit f3b014b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion audio/cd2mp3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \
MAINTAINER= [email protected]
COMMENT= Easy to use CD Ripping and MP3 Encoding tool

RUN_DEPENDS= lame:${PORTSDIR}/audio/lame/ \
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
dagrab:${PORTSDIR}/audio/dagrab

NO_BUILD= yes
Expand Down
2 changes: 1 addition & 1 deletion audio/mp3unicode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MASTER_SITES= SF
MAINTAINER= [email protected]
COMMENT= ID3 tags charset converter

LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib/
LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib

USE_BZIP2= yes
USE_ICONV= yes
Expand Down
6 changes: 3 additions & 3 deletions databases/spatialite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ MASTER_SITES= http://www.gaia-gis.it/${PORTNAME}-${PORTVERSION}/
MAINTAINER= [email protected]
COMMENT= Spatial Extensions for SQLite

LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos/ \
proj.6:${PORTSDIR}/graphics/proj/ \
iconv.3:${PORTSDIR}/converters/libiconv/
LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos \
proj.6:${PORTSDIR}/graphics/proj \
iconv.3:${PORTSDIR}/converters/libiconv

GNU_CONFIGURE= yes
USE_GMAKE= yes
Expand Down
2 changes: 1 addition & 1 deletion deskutils/aspostit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= apps/aspostit
MAINTAINER= [email protected]
COMMENT= An AfterStep dockable version of XPostIt

LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg/
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg

USE_XORG= xpm xaw xext x11
USE_GMAKE= yes
Expand Down
4 changes: 2 additions & 2 deletions devel/bennugd-modules/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ DISTNAME= bennugd-${PORTVERSION}
MAINTAINER= [email protected]
COMMENT= High level open source game development suite, modules

BUILD_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core/
RUN_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core/
BUILD_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core
RUN_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png

USE_SDL= sdl mixer
Expand Down
2 changes: 1 addition & 1 deletion net/hinfo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MAINTAINER= [email protected]
COMMENT= Utility primarily designed to find the owner of an IP block

RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
wget:${PORTSDIR}/ftp/wget/
wget:${PORTSDIR}/ftp/wget

USE_PERL5_RUN= yes

Expand Down
6 changes: 3 additions & 3 deletions www/caudium14/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ DISTNAME= caudium-${PORTVERSION}
MAINTAINER= [email protected]
COMMENT= A free webserver based on the Roxen Challenger 1.3 code base

BUILD_DEPENDS= pike76:${PORTSDIR}/lang/pike76/
LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/
RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof/
BUILD_DEPENDS= pike76:${PORTSDIR}/lang/pike76
LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron
RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof

USE_BZIP2= yes
USE_GMAKE= yes
Expand Down

0 comments on commit f3b014b

Please sign in to comment.