diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-21 11:46:49 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-21 11:46:49 +0000 |
commit | f297eff567e16f8e8b8df8329b739e04ecb6d261 (patch) | |
tree | 56447568ee244925a4156f806aa05dee8bb17db3 /print/libgnomeprint | |
parent | fb66e46a1a2127a7321b67265554e83f6eda0740 (diff) | |
download | FreeBSD-ports-f297eff567e16f8e8b8df8329b739e04ecb6d261.zip FreeBSD-ports-f297eff567e16f8e8b8df8329b739e04ecb6d261.tar.gz |
Update version number of freetype2 shared library.
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 4561031..4eaf384 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX -LIB_DEPENDS= freetype.7:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype.8:${PORTSDIR}/print/freetype2 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} |