diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-11 17:25:31 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-11 17:25:31 +0000 |
commit | 928b76c5143061e3b3462765e3f19f1606d4b013 (patch) | |
tree | d43e453e02380a296005840e1846c970946411d9 /print/gnomeprint | |
parent | 64bec9f68b79be2c937d7527b5a0fb6342744f6d (diff) | |
download | FreeBSD-ports-928b76c5143061e3b3462765e3f19f1606d4b013.zip FreeBSD-ports-928b76c5143061e3b3462765e3f19f1606d4b013.tar.gz |
Chase increase of freetype2 shlib version.
Diffstat (limited to 'print/gnomeprint')
-rw-r--r-- | print/gnomeprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 6f64ab0..5f66168 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX -LIB_DEPENDS= freetype.8:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} |