diff options
-rw-r--r-- | graphics/libwmf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index c993d13620b3..a73b65827d97 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -31,9 +31,11 @@ USE_LDCONFIG= yes PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+= --with-x=no PLIST_SUB+= X11='@comment ' +CONFLICTS+= libwmf-0.* .else USE_XORG= x11 PLIST_SUB+= X11='' +CONFLICTS+= libwmf-nox11-0.* .endif post-patch: |