diff options
author | mi <mi@FreeBSD.org> | 2006-02-22 21:35:21 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-02-22 21:35:21 +0800 |
commit | bf468e53563b10a68bb71f30a72d3b61bfce8034 (patch) | |
tree | 7dee5946595289b43d90c5671091b4d90cf9e79b /print/rlpr/Makefile | |
parent | ba1b58b80ce12e1a0e9259ba9b57190d491705e8 (diff) | |
download | freebsd-ports-gnome-bf468e53563b10a68bb71f30a72d3b61bfce8034.tar.gz freebsd-ports-gnome-bf468e53563b10a68bb71f30a72d3b61bfce8034.tar.zst freebsd-ports-gnome-bf468e53563b10a68bb71f30a72d3b61bfce8034.zip |
Change the MASTER_SITE to its (functional) http-equivalent and bump
the version from 2.05 to 2.06. The only change works around OSes
without vsyslog() and has no effect on FreeBSD, but the old distfile
has long disappeared...
Diffstat (limited to 'print/rlpr/Makefile')
-rw-r--r-- | print/rlpr/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 895d5b4b371b..d33a66e30957 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -6,19 +6,20 @@ # PORTNAME= rlpr -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= print net -MASTER_SITES= ftp://www.truffula.com/pub/ +MASTER_SITES= http://truffula.com/rlpr/ MAINTAINER= mi@aldan.algebra.com COMMENT= Send print jobs to lpd servers anywhere on a network -#LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext - GNU_CONFIGURE= yes USE_GETOPT_LONG=yes +# rlpr supports gettext/libintl, but does not currently come with ANY +# translation .po files. When this changes, it would make sense to +# enable the use of gettext in this port: +#USE_GETTEXT= yes #CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl" -CONFIGURE_ENV= CPPFLAGS="-I${FILESDIR}" CONFIGURE_ARGS= --disable-nls --without-catgets USE_REINPLACE= yes |