diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-10-12 01:53:26 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-10-12 01:53:26 +0800 |
commit | 2865af9ce0d6aa090e4329e3f9b5a8a8b6205033 (patch) | |
tree | a5cd991dc4b92c2625c5162118e2b1ddab55190d /graphics | |
parent | 0d43a93471c42a2f58479daf142cd6ee2347d044 (diff) | |
download | freebsd-ports-gnome-2865af9ce0d6aa090e4329e3f9b5a8a8b6205033.tar.gz freebsd-ports-gnome-2865af9ce0d6aa090e4329e3f9b5a8a8b6205033.tar.zst freebsd-ports-gnome-2865af9ce0d6aa090e4329e3f9b5a8a8b6205033.zip |
Add CONFLICTS between libwmf and libwmf-nox11
Diffstat (limited to 'graphics')
-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: |