diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /print/libotf/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'print/libotf/Makefile')
-rw-r--r-- | print/libotf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile index d771c54d391d..09f5544d8ee8 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -7,6 +7,7 @@ PORTNAME= libotf PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= print devel MASTER_SITES= http://www.m17n.org/libotf/ @@ -16,7 +17,7 @@ COMMENT= Library for handling OpenType fonts LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes |