diff options
author | crees <crees@FreeBSD.org> | 2011-08-31 23:53:47 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-31 23:53:47 +0800 |
commit | 45d573e4626e7a9311ffd9bcff764eea838d87ce (patch) | |
tree | deb3fb09b6409be3a175d55a0d9e41ab81a3146b /www/drupal7-wysiwyg | |
parent | 473f616c9ebb406b67c57f50261f30bae70297bb (diff) | |
download | freebsd-ports-gnome-45d573e4626e7a9311ffd9bcff764eea838d87ce.tar.gz freebsd-ports-gnome-45d573e4626e7a9311ffd9bcff764eea838d87ce.tar.zst freebsd-ports-gnome-45d573e4626e7a9311ffd9bcff764eea838d87ce.zip |
Use USE_DRUPAL instead of including bsd.drupal.mk
Diffstat (limited to 'www/drupal7-wysiwyg')
-rw-r--r-- | www/drupal7-wysiwyg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/drupal7-wysiwyg/Makefile b/www/drupal7-wysiwyg/Makefile index 63a0fa912851..af41023612cf 100644 --- a/www/drupal7-wysiwyg/Makefile +++ b/www/drupal7-wysiwyg/Makefile @@ -14,6 +14,8 @@ COMMENT= Allows implementation of WYSIWYG editors for editing Drupal content #LICENSE from bsd.drupal.mk +USE_DRUPAL= yes + OPTIONS= TINYMCE3 "Install TinyMCE3 Editor" off \ CKEDITOR "Install CKEditor" off \ YUI "Install Yahoo UI Editor" off @@ -111,6 +113,4 @@ post-install: ${LN} -fs ${PREFIX}/www/yahoo ${PREFIX}/${DRUPAL_MODLIB}/yui .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.drupal.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |