www/drupal7-wysiwyg: remove non-default dependency on expired www/yahoo-ui
This commit is contained in:
parent
a73b73b29c
commit
2c0d046375
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418103
1 changed files with 2 additions and 10 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= wysiwyg
|
||||
DISTVERSION= 7.x-2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -12,11 +13,10 @@ COMMENT= Allows implementation of WYSIWYG editors for editing Drupal content
|
|||
|
||||
USES= drupal:7,module
|
||||
|
||||
OPTIONS_DEFINE= TINYMCE3 CKEDITOR YUI DOCS
|
||||
OPTIONS_DEFINE= TINYMCE3 CKEDITOR DOCS
|
||||
|
||||
TINYMCE3_DESC= Install TinyMCE3 Editor
|
||||
CKEDITOR_DESC= Install CKEditor
|
||||
YUI_DESC= Install Yahoo UI Editor
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -30,11 +30,6 @@ RUN_DEPENDS+= ${LOCALBASE}/www/ckeditor:www/ckeditor
|
|||
PLIST_FILES+= ${DRUPAL_MODLIB}/ckeditor
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MYUI}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/www/yui:www/yahoo-ui
|
||||
PLIST_FILES+= ${DRUPAL_MODLIB}/yui
|
||||
.endif
|
||||
|
||||
MODULE_FILES= editors/css/openwysiwyg.css \
|
||||
editors/css/tinymce-2.css \
|
||||
editors/css/tinymce-3.css \
|
||||
|
@ -105,8 +100,5 @@ post-install:
|
|||
.if ${PORT_OPTIONS:MCKEDITOR}
|
||||
${LN} -fs ${PREFIX}/www/CKEditor ${STAGEDIR}${PREFIX}/${DRUPAL_MODLIB}/ckeditor
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MYUI}
|
||||
${LN} -fs ${PREFIX}/www/yahoo ${STAGEDIR}${PREFIX}/${DRUPAL_MODLIB}/yui
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue