diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-06 20:53:10 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-06 20:53:10 +0000 |
commit | fde8bc6424cb3b24430a928e26017ee98fed3325 (patch) | |
tree | e51850693fec27b1f8bed8dce4f4488a268a62fe /print/fontforge/Makefile | |
parent | a6089200a506098241774d56e1a9696f81c320ca (diff) | |
download | ports-fde8bc6424cb3b24430a928e26017ee98fed3325.tar.gz ports-fde8bc6424cb3b24430a928e26017ee98fed3325.zip |
Notes
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index af521f851d2a..5a4f5366eb4e 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -25,7 +25,8 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ ungif.5:${PORTSDIR}/graphics/libungif \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + xml2:${PORTSDIR}/textproc/libxml2 USE_GMAKE= yes USE_XLIB= yes @@ -38,7 +39,7 @@ INSTALLS_SHLIB= yes MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 030720 +DIST_VER= 030803 LIBUNINAMESLIST_VER= 030710 .if !defined(NOPORTDOCS) |