diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-21 11:46:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-21 11:46:49 +0000 |
commit | 6cd76ded7b679717e924bd01988d8af19f3d795a (patch) | |
tree | 05e67a5bc489eb67456cc6f4eba075304c5fd54c /print/gnomeprint | |
parent | 608dae77f141bf1069e8843189e1f84aad74caee (diff) | |
download | ports-6cd76ded7b679717e924bd01988d8af19f3d795a.tar.gz ports-6cd76ded7b679717e924bd01988d8af19f3d795a.zip |
Notes
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 45610314d925..4eaf3844dc9d 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.7:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype.8:${PORTSDIR}/print/freetype2 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} |