summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkiri <kiri@FreeBSD.org>2001-12-29 12:18:49 +0000
committerkiri <kiri@FreeBSD.org>2001-12-29 12:18:49 +0000
commit2b08f797ffa23d0f04c05dd212ca6560443c8ec5 (patch)
treecd8cdb8b849a2dd4076e2491bf6452031ef8032a
parentc8f48ecc92acac4413d7458b0dae7fbaf6065de7 (diff)
downloadFreeBSD-ports-2b08f797ffa23d0f04c05dd212ca6560443c8ec5.zip
FreeBSD-ports-2b08f797ffa23d0f04c05dd212ca6560443c8ec5.tar.gz
Remove RUN_DEPENDS editors/xemacs-mule-packages according to
xemacs-*packages rearrangement. And also remove RUN_DEPENDS editors/xemacs-additional-packages because of prevent multi- installation of existing xemacs-*-packages.
-rw-r--r--editors/xemacs21-sumo/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/editors/xemacs21-sumo/Makefile b/editors/xemacs21-sumo/Makefile
index 4292115..08fe17c 100644
--- a/editors/xemacs21-sumo/Makefile
+++ b/editors/xemacs21-sumo/Makefile
@@ -14,15 +14,9 @@ EXTRACT_ONLY= # empty
MAINTAINER= kiri@FreeBSD.org
-.if defined(NAMEPREFIX) && ${NAMEPREFIX} == "mule-" || \
- defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} != ""
-RUN_DEPENDS= ${LOCALBASE}/share/doc/xemacs-additional-packages:${PORTSDIR}/editors/xemacs-additional-packages \
- ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.leim:${PORTSDIR}/editors/xemacs-mule-packages \
- ${RUN_DEP_LIST}
-.else
-RUN_DEPENDS= ${LOCALBASE}/share/doc/xemacs-additional-packages:${PORTSDIR}/editors/xemacs-additional-packages \
- ${RUN_DEP_LIST}
-.endif
+RUN_DEPENDS= ${RUN_DEP_LIST}
+# below line would be remove comment and add RUN_DEPNDS after any xemacs-*-packages added
+# ${LOCALBASE}/share/doc/xemacs-additional-packages:${PORTSDIR}/editors/xemacs-additional-packages \
NO_BUILD= yes
OpenPOWER on IntegriCloud