diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 12:36:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 12:36:30 +0800 |
commit | 7073ebf74ec3895bb8dada6cbe2e57f3329849cc (patch) | |
tree | 6e94333233053731622780aae8a8285e148ade96 /irc/riece | |
parent | f687852f8f35b5067f8978d6405346545b01be3a (diff) | |
download | freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.gz freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.zst freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.zip |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Diffstat (limited to 'irc/riece')
-rw-r--r-- | irc/riece/Makefile | 5 |
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 |