diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-12 01:25:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-12 01:25:31 +0800 |
commit | 928b76c5143061e3b3462765e3f19f1606d4b013 (patch) | |
tree | d43e453e02380a296005840e1846c970946411d9 /print/gnome-print | |
parent | 64bec9f68b79be2c937d7527b5a0fb6342744f6d (diff) | |
download | freebsd-ports-graphics-928b76c5143061e3b3462765e3f19f1606d4b013.tar.gz freebsd-ports-graphics-928b76c5143061e3b3462765e3f19f1606d4b013.tar.zst freebsd-ports-graphics-928b76c5143061e3b3462765e3f19f1606d4b013.zip |
Chase increase of freetype2 shlib version.
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 6f64ab03231..5f661689b6d 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/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} |