diff options
author | ale <ale@FreeBSD.org> | 2004-04-18 18:05:00 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-04-18 18:05:00 +0800 |
commit | 84397b110382001f399cbac1c360de0a6a91a5c6 (patch) | |
tree | f079d75072357ab317ff59e142bcc444a01d706b /x11-wm/xfce4-session/Makefile | |
parent | f27e4ff376c3ce08cc43678db63847e88c2925ea (diff) | |
download | freebsd-ports-gnome-84397b110382001f399cbac1c360de0a6a91a5c6.tar.gz freebsd-ports-gnome-84397b110382001f399cbac1c360de0a6a91a5c6.tar.zst freebsd-ports-gnome-84397b110382001f399cbac1c360de0a6a91a5c6.zip |
- Fix the quit dialog box by using dynamic detection of gtk version
- Add another MASTER_SITE
PR: ports/65698
Submitted by: Matt Lancereau <matt@bsd-blax.org> (maintainer)
Diffstat (limited to 'x11-wm/xfce4-session/Makefile')
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index a5d320e5b7c4..0b337714ae0b 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -7,10 +7,10 @@ PORTNAME= xfce4-session PORTVERSION= 0.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm xfce -MASTER_SITES= ftp://ftp.unix-ag.org/user/bmeurer/xfce4/xfce4-session/ \ - http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/ +MASTER_SITES= http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/ \ + http://www.bsd-blax.org/ports/mirrors/ MAINTAINER= matt@rimasec.net COMMENT= XFce 4 Session Manager |