diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
commit | c62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch) | |
tree | b32409a9ec171a85e0016501d1db9153c45fe091 /graphics/libwmf | |
parent | 166b4155de5509696359deb556c66dc396ff0d2c (diff) | |
download | ports-c62fe39354fdb8614fe8ea9277c9fcb208653f30.tar.gz ports-c62fe39354fdb8614fe8ea9277c9fcb208653f30.zip |
Notes
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 1294a7de69df..4bf082945488 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -13,14 +13,14 @@ MASTER_SITE_SUBDIR= wvware MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Tools and library for converting microsoft\'s wmf (windows metafile) - BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 \ xml2.5:${PORTSDIR}/textproc/libxml2 +PORTCOMMENT= Tools and library for converting Microsoft WMF (windows metafile) + USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |