aboutsummaryrefslogtreecommitdiff
path: root/www/drupal7-wysiwyg
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-08-31 15:53:47 +0000
committerChris Rees <crees@FreeBSD.org>2011-08-31 15:53:47 +0000
commita388cc30c37b1ac5194bf4201ffd1f32e2f8b9b3 (patch)
tree7d8da1265c7a2fe93ae375c1c52558b7e3705d53 /www/drupal7-wysiwyg
parent777468906a4e83a54b03007c79514a361224b8be (diff)
downloadports-a388cc30c37b1ac5194bf4201ffd1f32e2f8b9b3.tar.gz
ports-a388cc30c37b1ac5194bf4201ffd1f32e2f8b9b3.zip
Use USE_DRUPAL instead of including bsd.drupal.mk
Notes
Notes: svn path=/head/; revision=280862
Diffstat (limited to 'www/drupal7-wysiwyg')
-rw-r--r--www/drupal7-wysiwyg/Makefile6
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>