diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-06 07:59:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-06 07:59:09 +0000 |
commit | 4f9800667d99407d8cb4c5f3559bf58909996988 (patch) | |
tree | b1ae96041621da5b278f303628796e2cbe87da3d /print | |
parent | 59aea6d1c93cde93d3e1c404a5f569f3247bafa9 (diff) | |
download | ports-4f9800667d99407d8cb4c5f3559bf58909996988.tar.gz ports-4f9800667d99407d8cb4c5f3559bf58909996988.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/libotf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile index 20f5a9869bff..5d80caee1b5a 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -12,14 +12,10 @@ COMMENT= Library for handling OpenType fonts LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +USES= pathfix pkgconfig USE_XORG= x11 xt xaw xmu -USE_PKGCONFIG= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -post-patch: - @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |