diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-06 08:43:12 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-06 08:43:12 +0000 |
commit | c420683eedf100deb50168b0e0d69698231e062b (patch) | |
tree | 7b232c43a38f7c189c99b93321c10eae2cceb542 /sysutils/LPRng | |
parent | 85a67cf5f555b0f1406b8b403f7b707a6d08de2b (diff) | |
download | ports-c420683eedf100deb50168b0e0d69698231e062b.tar.gz ports-c420683eedf100deb50168b0e0d69698231e062b.zip |
- Add CONFLICTS with cups-base
PR: ports/99791
Submitted by: Leif Pedersen / Marcin Wisnicki
Notes
Notes:
svn path=/head/; revision=169806
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r-- | sysutils/LPRng/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 6f66e9e79016..7d868e7e988a 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -7,7 +7,7 @@ PORTNAME= LPRng PORTVERSION= 3.8.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \ @@ -20,6 +20,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An Enhanced Printer Spooler +CONFLICTS= cups-base-1.[2-9]* + LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes |