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 /news/noffle | |
parent | c6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff) | |
download | ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.gz ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.zip |
Notes
Diffstat (limited to 'news/noffle')
-rw-r--r-- | news/noffle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/noffle/Makefile b/news/noffle/Makefile index 85de2c4e2036..8b624e38505b 100644 --- a/news/noffle/Makefile +++ b/news/noffle/Makefile @@ -7,13 +7,14 @@ PORTNAME= noffle PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28devel%29/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= News server for low speed dial-up connections -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes |