diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-23 20:42:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-23 20:42:47 +0000 |
commit | 908e0b6c37c354c59d91fb40d1838cd162f35995 (patch) | |
tree | f02bb7b4a714d86f4a532cefa738db018442f51f /graphics/libwmf | |
parent | 83d88688b4fad5260d30ec4aca0441d69d420f1b (diff) |
Notes
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index f80ac0830c9b..9105d26dd03f 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 +CONFLICTS?= libwmf-nox11-[0-9]* + USE_AUTOTOOLS= libtool USE_GNOME= libxml2 GNU_CONFIGURE= yes @@ -33,14 +35,8 @@ OPTIONS_SUB= yes X11_USE= XORG=x11 X11_CONFIGURE_OFF=--with-x=no -.include <bsd.port.options.mk> -.if ! ${PORT_OPTIONS:MX11} -PKGNAMESUFFIX= -nox11 -CONFLICTS+= libwmf-[0-9]* -.else -CONFLICTS+= libwmf-nox11-[0-9]* -.endif +.include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's|src include fonts doc|src include fonts|g' \ |