diff options
author | rene <rene@FreeBSD.org> | 2014-04-23 19:06:57 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-04-23 19:06:57 +0800 |
commit | 785bee856fadbf05fe0f4eabf6f9d4def669254f (patch) | |
tree | 1133e9d04ec613592a55c46a82e1dd5d4e74667b /graphics/libwmf | |
parent | 9de961179bcd794eb9a9aa35ba5c0f8aa205b5c1 (diff) | |
download | freebsd-ports-gnome-785bee856fadbf05fe0f4eabf6f9d4def669254f.tar.gz freebsd-ports-gnome-785bee856fadbf05fe0f4eabf6f9d4def669254f.tar.zst freebsd-ports-gnome-785bee856fadbf05fe0f4eabf6f9d4def669254f.zip |
Restore conflict with -nox11 variant
Submitted by: John Hein in PR follow up
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: |