diff options
author | brooks <brooks@FreeBSD.org> | 2007-01-26 01:01:47 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-01-26 01:01:47 +0800 |
commit | 56f23581e96349658a5851cfc2ccb5ce29d100ad (patch) | |
tree | 7b0669346b6f4b5561996fbfe2f7ef869cb138ab | |
parent | c95b307aa587bd5739500c174df6027d42a1ca84 (diff) | |
download | freebsd-ports-gnome-56f23581e96349658a5851cfc2ccb5ce29d100ad.tar.gz freebsd-ports-gnome-56f23581e96349658a5851cfc2ccb5ce29d100ad.tar.zst freebsd-ports-gnome-56f23581e96349658a5851cfc2ccb5ce29d100ad.zip |
The RUN_DEPENDS entry for drupal-filemanager needs ${LOCALBASE}
prepended.
Reported by: pav
-rw-r--r-- | www/drupal-attachment/Makefile | 2 | ||||
-rw-r--r-- | www/drupal4-attachment/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/drupal-attachment/Makefile b/www/drupal-attachment/Makefile index abd725c26fcc..0c05e2f3428d 100644 --- a/www/drupal-attachment/Makefile +++ b/www/drupal-attachment/Makefile @@ -13,7 +13,7 @@ CATEGORIES= www security MAINTAINER= nick@foobar.org COMMENT= An alternative to Drupal's included upload module -RUN_DEPENDS+= ${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager +RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager DRUPAL_MODULE= yes MODULE_FILES= attachment.install attachment.module diff --git a/www/drupal4-attachment/Makefile b/www/drupal4-attachment/Makefile index abd725c26fcc..0c05e2f3428d 100644 --- a/www/drupal4-attachment/Makefile +++ b/www/drupal4-attachment/Makefile @@ -13,7 +13,7 @@ CATEGORIES= www security MAINTAINER= nick@foobar.org COMMENT= An alternative to Drupal's included upload module -RUN_DEPENDS+= ${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager +RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager DRUPAL_MODULE= yes MODULE_FILES= attachment.install attachment.module |