diff options
Diffstat (limited to 'print/rlpr/Makefile')
-rw-r--r-- | print/rlpr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 1638055e4fd6..6be9585e671e 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -7,13 +7,14 @@ PORTNAME= rlpr PORTVERSION= 2.02 +PORTREVISION= 1 CATEGORIES= print net MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/printing MAINTAINER= mi@aldan.algebra.com -#LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +#LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes #CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl" |