diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-23 11:06:57 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-23 11:06:57 +0000 |
commit | acfcae5a89f38957eceb4220882f9f2c21d24183 (patch) | |
tree | 1133e9d04ec613592a55c46a82e1dd5d4e74667b /graphics/libwmf | |
parent | dc41b1365a006824c223bd0963a515c17a45dd5c (diff) | |
download | ports-acfcae5a89f38957eceb4220882f9f2c21d24183.tar.gz ports-acfcae5a89f38957eceb4220882f9f2c21d24183.zip |
Notes
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index ca0372db3c3d..f80ac0830c9b 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -37,6 +37,9 @@ X11_CONFIGURE_OFF=--with-x=no .if ! ${PORT_OPTIONS:MX11} PKGNAMESUFFIX= -nox11 +CONFLICTS+= libwmf-[0-9]* +.else +CONFLICTS+= libwmf-nox11-[0-9]* .endif post-patch: |