diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-04-19 01:48:58 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-04-19 01:48:58 +0000 |
commit | 552b39763d54c18dcc53ec7da5765f457612e45f (patch) | |
tree | 0ee261017220d50e5812fe9a3a5e623502cf79c4 /x11-wm/fvwm24/Makefile | |
parent | Remove x11-toolkits/gambas2-gb-qt entry from MOVED, it was re-added. (diff) |
Fix up CONFLICTS.
Notes
Notes:
svn path=/head/; revision=272904
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 822af2017276..6bc0fcdc900f 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke .endif # Other ports this port cannot coexist with -CONFLICTS?= fvwm-1.* fvwm-2.5.* +CONFLICTS?= fvwm-1.* fvwm-2.[567].* # Other ports reference this port's Makefile .if defined(PKGNAMESUFFIX) LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} |