From 7073ebf74ec3895bb8dada6cbe2e57f3329849cc Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 4 Feb 2004 04:36:30 +0000 Subject: Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento --- irc/riece/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'irc/riece') 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 -- cgit