diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-03-12 11:51:15 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-03-12 11:51:15 +0000 |
commit | 22a46c2ad6f88f0844196ec8ecec04e8eb72fee1 (patch) | |
tree | 1dacd5a7841fc956485500bdfd43f94fdad57ed4 /databases/grass | |
parent | 184c4d7db2c934ae3f42eaf19e2012fb2a3a7db8 (diff) | |
download | ports-22a46c2ad6f88f0844196ec8ecec04e8eb72fee1.tar.gz ports-22a46c2ad6f88f0844196ec8ecec04e8eb72fee1.zip |
Bump the freetype2 library version in a couple of ports sobomax missed.
Notes
Notes:
svn path=/head/; revision=55930
Diffstat (limited to 'databases/grass')
-rw-r--r-- | databases/grass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 2774e2f23fe9..1181f54bbf99 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ gd.2:${PORTSDIR}/graphics/gd \ fftw.2:${PORTSDIR}/math/fftw \ giconv.2:${PORTSDIR}/converters/libiconv \ - freetype.8:${PORTSDIR}/print/freetype2 \ + freetype.9:${PORTSDIR}/print/freetype2 \ gdbm.2:${PORTSDIR}/databases/gdbm \ pq.2:${PORTSDIR}/databases/postgresql7 \ odbc.1:${PORTSDIR}/databases/unixODBC \ |