diff options
Diffstat (limited to 'net/pear-Net_CDDB/Makefile')
-rw-r--r-- | net/pear-Net_CDDB/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_CDDB/Makefile b/net/pear-Net_CDDB/Makefile index 4433c780f567..42453360f0af 100644 --- a/net/pear-Net_CDDB/Makefile +++ b/net/pear-Net_CDDB/Makefile @@ -15,7 +15,7 @@ COMMENT= PEAR class that access and query CDDB audio-CD servers BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_DOS2UNIX= yes |