diff options
Diffstat (limited to 'graphics/libwmf/Makefile')
-rw-r--r-- | graphics/libwmf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 5b038abe87ea..24a1a6cda518 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -12,13 +12,13 @@ MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/libwmf/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - png.4:${PORTSDIR}/graphics/png \ - ttf.4:${PORTSDIR}/print/freetype +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME} USE_XLIB= yes +USE_XPM= yes +USE_FREETYPE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype \ |