diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-03 00:09:35 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-03 00:09:35 +0000 |
commit | 744d7fcd02b01a4b7c375871c3275d5e92317b24 (patch) | |
tree | f45f0396a4a714b717b0c63b7f5bbf7f0b1d9c7b /print/libotf | |
parent | 75a8bddebb4a7b0869de029029effb6c03f87429 (diff) | |
download | ports-744d7fcd02b01a4b7c375871c3275d5e92317b24.tar.gz ports-744d7fcd02b01a4b7c375871c3275d5e92317b24.zip |
Notes
Diffstat (limited to 'print/libotf')
-rw-r--r-- | print/libotf/Makefile | 8 | ||||
-rw-r--r-- | print/libotf/distinfo | 4 | ||||
-rw-r--r-- | print/libotf/pkg-descr | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile index f530ad15d7bf..d1368e5094cd 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -6,9 +6,9 @@ # PORTNAME= libotf -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= print devel -MASTER_SITES= http://tsukuba.m17n.org/libotf/ +MASTER_SITES= http://www.m17n.org/libotf/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for handling OpenType fonts @@ -17,9 +17,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes USE_LIBTOOL_VER= 15 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -MAKE_ARGS= AM_CPPFLAGS="-I${X11BASE}/include" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/print/libotf/distinfo b/print/libotf/distinfo index ad4fb2cf69f5..b64c83528e68 100644 --- a/print/libotf/distinfo +++ b/print/libotf/distinfo @@ -1,2 +1,2 @@ -MD5 (libotf-0.9.2.tar.gz) = 579f088d64844c00a1f1036a04b53a0a -SIZE (libotf-0.9.2.tar.gz) = 338447 +MD5 (libotf-0.9.3.tar.gz) = c63cdd318757c589fa0d9e261a2be69b +SIZE (libotf-0.9.3.tar.gz) = 354851 diff --git a/print/libotf/pkg-descr b/print/libotf/pkg-descr index 67bea7194f39..7b1dc6bf3147 100644 --- a/print/libotf/pkg-descr +++ b/print/libotf/pkg-descr @@ -6,4 +6,4 @@ The library "libotf" provides the following facilites. o Convert a Unicode character sequence to a glyph code sequence by using the above tables. -WWW: http://tsukuba.m17n.org/libotf/ +WWW: http://www.m17n.org/libotf/ |