aboutsummaryrefslogtreecommitdiff
path: root/irc/riece
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /irc/riece
parent742adcabd74aa0adc91246bae79c97658a078415 (diff)
downloadports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz
ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
Diffstat (limited to 'irc/riece')
-rw-r--r--irc/riece/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile
index 6d91ba07283e..1271c0416f4a 100644
--- a/irc/riece/Makefile
+++ b/irc/riece/Makefile
@@ -7,6 +7,7 @@
PORTNAME= liece
PORTVERSION= 1.4.10
+PORTREVISION= 1
CATEGORIES= irc elisp
MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@@ -14,12 +15,12 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yoichi@FreeBSD.org
COMMENT= Yet another IRC client which runs under Emacsen
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \
- msgfmt:${PORTSDIR}/devel/gettext-old
+BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX}
RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \
ldcc:${PORTSDIR}/irc/liece-dcc
HAS_CONFIGURE= yes
+USE_GETTEXT= yes
USE_GMAKE= yes
EMACS_PORT_NAME?= emacs21