diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 13:46:58 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 13:46:58 +0000 |
commit | 2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch) | |
tree | 2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /sysutils | |
parent | c6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff) | |
download | ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.gz ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/LPRng/Makefile | 4 | ||||
-rw-r--r-- | sysutils/openipmi/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 78052e6dfa08..73c29debe318 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -7,7 +7,7 @@ PORTNAME= LPRng PORTVERSION= 3.8.32 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \ @@ -20,7 +20,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An Enhanced Printer Spooler -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm CONFLICTS= cups-base-1.[2-9]* diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile index 2130709f2bc5..162eaccca451 100644 --- a/sysutils/openipmi/Makefile +++ b/sysutils/openipmi/Makefile @@ -7,7 +7,7 @@ PORTNAME= openipmi PORTVERSION= 2.0.18 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library/${PORTVERSION} DISTNAME= OpenIPMI-${PORTVERSION} @@ -118,7 +118,7 @@ PLIST_SUB+= TCL="@comment " .endif .if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm .endif .if defined(WITH_GLIB12) |