From 458dadfb87672e84ea8b2b38a0e18a9878ceb18a Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 12 May 1999 21:31:19 +0000 Subject: [PATCH] Add missing gettext dependency. Submitted by: Mikhail Teterin --- print/rlpr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 0a857b282c2c..b6ee6304a0b8 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -3,7 +3,7 @@ # Date created: 11 April 1999 # Whom: Mikhail Teterin # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/11 01:59:51 taoka Exp $ DISTNAME= rlpr-2.00 CATEGORIES= print net @@ -11,6 +11,8 @@ MASTER_SITES= ftp://sherilyn.ne.mediaone.net/pub/ MAINTAINER= mi@aldan.algebra.com +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl" CONFIGURE_ARGS= --with-catgets