aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-09-02 11:13:07 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-09-02 11:13:07 +0000
commit82341f298de88c406b11645fabf48deac3d8493b (patch)
tree38846e55915e7a1f94c783b314793d9b4f4d8531 /deskutils
parentb8e45778d78dccfe2ddd7c45f68bae74e7547e0e (diff)
downloadports-82341f298de88c406b11645fabf48deac3d8493b.tar.gz
ports-82341f298de88c406b11645fabf48deac3d8493b.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/remember.el/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/remember.el/Makefile b/deskutils/remember.el/Makefile
index c2b63ce2a1e2..3ae66a1f9479 100644
--- a/deskutils/remember.el/Makefile
+++ b/deskutils/remember.el/Makefile
@@ -17,8 +17,6 @@ DISTNAME= remember-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= dryice@dryice.name
COMMENT= A Emacs mode for remembering data
-BROKEN= Incorrect pkg-plist
-
USE_EMACS= yes
USE_GMAKE= yes
EMACS_PORT_NAME?= emacs21
@@ -40,10 +38,11 @@ PLIST_SUB+= HAS_BBDB="@comment "
.endif
.if !defined(WITHOUT_PLANNER)
-RUN_DEPENDS+= ${PREFIX}/${EMACS_SITE_LISPDIR}/planner/planner.el:${PORTSDIR}/deskutils/planner.el
+BUILD_DEPENDS+= ${PREFIX}/${EMACS_SITE_LISPDIR}/planner/planner.el:${PORTSDIR}/deskutils/planner.el
PLIST_SUB+= HAS_PLANNER=""
.else
PLIST_SUB+= HAS_PLANNER="@comment "
.endif
+RUN_DEPENDS+= ${BUILD_DEPENDS}
.include <bsd.port.post.mk>