diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-05-05 22:16:28 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-05-05 22:16:28 +0000 |
commit | 7dbb15efd14464cb53eb4c468ee40b3e03bdc505 (patch) | |
tree | da1852aaff0a8093a4bb9cc482d09966567bbefb /sysutils/LPRng/Makefile | |
parent | 46feaf8a54a3f26c2208f787335afb5d1252db52 (diff) |
Notes
Diffstat (limited to 'sysutils/LPRng/Makefile')
-rw-r--r-- | sysutils/LPRng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 822f470ea101..76cc85496ac8 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -6,7 +6,7 @@ # PORTNAME= LPRng -PORTVERSION= 3.7.6 +PORTVERSION= 3.8.10 CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.astart.com/pub/%SUBDIR%/ \ @@ -18,12 +18,12 @@ MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ MASTER_SITE_SUBDIR= LPRng/LPRng EXTRACT_SUFX= .tgz -MAINTAINER= desmo@bandwidth.org +MAINTAINER= papowell@astart.com LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes -CONFIGURE_ARGS= \ +CONFIGURE_ARGS= \ --with-sbindir=${PREFIX}/sbin \ --with-filterdir=${PREFIX}/libexec/filters \ --with-lpd_conf_path=${PREFIX}/etc/lpd.conf \ |