diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-12 22:43:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-12 22:43:22 +0000 |
commit | 1dd0b48f2eec4a843bf65266f83b8c7e4dd8f550 (patch) | |
tree | b13f968ee92a41d3c519b4d7861051c65227a315 /irc/erc | |
parent | - Change libcompizconfig dependency to LIB_DEPENDS. Fixes plist problem (diff) |
- Mark BROKEN: conflicting dependencies on emacs21 vs emacs22
Reported by: pointyhat
Approved by: portmgr (hat)
Diffstat (limited to 'irc/erc')
-rw-r--r-- | irc/erc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/erc/Makefile b/irc/erc/Makefile index 98bd8a895b6b..6974e3a65f90 100644 --- a/irc/erc/Makefile +++ b/irc/erc/Makefile @@ -16,6 +16,8 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= ports@FreeBSD.org COMMENT= ERC is an Emacs InternetRelayChat client +BROKEN= Conflicting dependencies + USE_EMACS= yes ERC_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} |