diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-22 08:57:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-22 08:57:36 +0000 |
commit | 70560775ccc28f83dd6528d621df463d8a90ffb7 (patch) | |
tree | 726ea3e59eebc91987c4b0e2ea36e380a90826ca /print/gnome-print | |
parent | 9a2b4bc7c57332d98860fbe2f50e4908ebcb6e1c (diff) | |
download | ports-70560775ccc28f83dd6528d621df463d8a90ffb7.tar.gz ports-70560775ccc28f83dd6528d621df463d8a90ffb7.zip |
Notes
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index f2146a9fbf17..6daa672c778a 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -14,6 +14,8 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX +LIB_DEPENDS= freetype.7:${PORTSDIR}/print/freetype2 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} |