diff options
Diffstat (limited to 'www/rnews/Makefile')
-rw-r--r-- | www/rnews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rnews/Makefile b/www/rnews/Makefile index 30315b8cf6c4..849d577da0ae 100644 --- a/www/rnews/Makefile +++ b/www/rnews/Makefile @@ -28,10 +28,10 @@ USE_PHP+= gd .endif .if ${PORT_OPTIONS:MMYSQLSERVER} -RUN_DEPENDS+= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server +RUN_DEPENDS+= ${LOCALBASE}/libexec/mysqld:databases/mysql${MYSQL_VER}-server .endif -RUN_DEPENDS+= curl:${PORTSDIR}/ftp/curl +RUN_DEPENDS+= curl:ftp/curl .if ${PORT_OPTIONS:MDOCS} PORTDOCS= CHANGELOG INSTALL LICENSE README UPGRADE |