diff options
author | cy <cy@FreeBSD.org> | 2005-07-17 02:19:56 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-07-17 02:19:56 +0000 |
commit | a27e8a26fa30fccb1f1ef5d320ff7ce997802972 (patch) | |
tree | cd3b6bf4423cbb5ceb0366512323130ac178f968 /x11-wm/fvwm24 | |
parent | 9cc4bfbdbdb066719cf7500a6d5888cf1158f987 (diff) | |
download | FreeBSD-ports-a27e8a26fa30fccb1f1ef5d320ff7ce997802972.zip FreeBSD-ports-a27e8a26fa30fccb1f1ef5d320ff7ce997802972.tar.gz |
Register conflicts.
Diffstat (limited to 'x11-wm/fvwm24')
-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 1bed9ae..15d07f4 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} |