diff options
author | cy <cy@FreeBSD.org> | 2005-07-17 11:47:53 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-07-17 11:47:53 +0800 |
commit | 97a99cae9e1e94d920893b877ca611c3e12ee69c (patch) | |
tree | 5da88b6aa83a4a20e2e93b33e7456bb6c3393f53 /x11-wm/fvwm2-devel/Makefile | |
parent | bfbb9aeb164cc35d2795ce09ad70764d4f884ccd (diff) | |
download | freebsd-ports-gnome-97a99cae9e1e94d920893b877ca611c3e12ee69c.tar.gz freebsd-ports-gnome-97a99cae9e1e94d920893b877ca611c3e12ee69c.tar.zst freebsd-ports-gnome-97a99cae9e1e94d920893b877ca611c3e12ee69c.zip |
1. Update 2.5.12 --> 2.5.13.
2. Register conflicts.
3. Set default ImagePath in system.fvwm2rc.
PR: 59165
Diffstat (limited to 'x11-wm/fvwm2-devel/Makefile')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index 7ed8cc3b3443..89781a92bf35 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.5.12 -PORTREVISION= 1 +PORTVERSION= 2.5.13 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -37,6 +36,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.4.* NO_LATEST_LINK= yes USE_REINPLACE= yes USE_GMAKE= yes |