diff options
author | Cy Schubert <cy@FreeBSD.org> | 2005-07-17 02:19:56 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2005-07-17 02:19:56 +0000 |
commit | 40e664d9df0362151ed81acc590d0d3067caed51 (patch) | |
tree | d07abd6755de01a52e6ee4d6f83c67e8ba9ac2c3 /x11-wm/fvwm24/Makefile | |
parent | 917584ade778289e570edfc05497c771e1c00c2d (diff) | |
download | ports-40e664d9df0362151ed81acc590d0d3067caed51.tar.gz ports-40e664d9df0362151ed81acc590d0d3067caed51.zip |
Notes
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 1bed9ae40529..15d07f4539c2 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke .endif +# Other ports this port cannot coexist with +CONFLICTS?= fvwm-1.* fvwm-2.5.* # Other ports reference this port's Makefile .if defined(PKGNAMESUFFIX) LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} |