forked from pfsense/FreeBSD-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Stylistic cleanup: remove trailing slashes from *_DEPENDS lines.
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
1 parent
e98041c
commit f3b014b
Showing
7 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|