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 /lang/ofc | |
parent | c6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff) | |
download | ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.gz ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.zip |
Notes
Diffstat (limited to 'lang/ofc')
-rw-r--r-- | lang/ofc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index 244e48544e74..288587d97831 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ofc PORTVERSION= 0.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= http://ofc.dvoudheusden.net/download/ @@ -31,7 +31,7 @@ OPTIONS= GDBM "Add gdbm support" off \ GMP "Add gmp support" off .if defined (WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm .endif .if defined (WITH_GMP) |