diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-27 02:02:22 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-27 02:02:22 +0800 |
commit | 99cba2c54760bd66bc06ea7c048b431d01e94853 (patch) | |
tree | 134c88729ccc93fbdc3a75c407245dfd2767e1f6 /sysutils | |
parent | 6f08b551cd02e610061e913b224e25af085c4f25 (diff) | |
download | freebsd-ports-gnome-99cba2c54760bd66bc06ea7c048b431d01e94853.tar.gz freebsd-ports-gnome-99cba2c54760bd66bc06ea7c048b431d01e94853.tar.zst freebsd-ports-gnome-99cba2c54760bd66bc06ea7c048b431d01e94853.zip |
. remove the indefinite article from COMMENT;
. remove shlib ABI version from LIB_DEPENDS;
. bump PORTREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/LPRng/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index c61231b45215..b1f8556a64a1 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -3,6 +3,7 @@ PORTNAME= LPRng PORTVERSION= 3.8.35 +PORTREVISION= 1 CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \ @@ -13,9 +14,9 @@ MASTER_SITE_SUBDIR= LPRng/LPRng EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= An Enhanced Printer Spooler +COMMENT= Enhanced Printer Spooler -LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm CONFLICTS= cups-base-1.[2-9]* |