diff options
author | asami <asami@FreeBSD.org> | 1999-05-13 05:31:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-13 05:31:19 +0800 |
commit | 13ae2e637716079d2e1ffcca14496d9140afe356 (patch) | |
tree | aa36e801415840b05a79c8b179ed15b1b73124ad /print/rlpr | |
parent | cc4eb500ebd4dcf8b548c7cb88cb756d639386eb (diff) | |
download | freebsd-ports-gnome-13ae2e637716079d2e1ffcca14496d9140afe356.tar.gz freebsd-ports-gnome-13ae2e637716079d2e1ffcca14496d9140afe356.tar.zst freebsd-ports-gnome-13ae2e637716079d2e1ffcca14496d9140afe356.zip |
Add missing gettext dependency.
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'print/rlpr')
-rw-r--r-- | print/rlpr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |