diff options
author | arved <arved@FreeBSD.org> | 2004-04-16 17:26:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-04-16 17:26:33 +0800 |
commit | 93e80a99c584c04097f74e62250129f3daaefaa8 (patch) | |
tree | 0b99d9bc1a19cd5bbe19054ff736a4cc1c7fd788 /x11/libICE/Makefile | |
parent | be1ff93369606c14347bbcab43f35ea0ea7c1bef (diff) | |
download | freebsd-ports-gnome-93e80a99c584c04097f74e62250129f3daaefaa8.tar.gz freebsd-ports-gnome-93e80a99c584c04097f74e62250129f3daaefaa8.tar.zst freebsd-ports-gnome-93e80a99c584c04097f74e62250129f3daaefaa8.zip |
Update from prerelease to the real release
Diffstat (limited to 'x11/libICE/Makefile')
-rw-r--r-- | x11/libICE/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 8d676bf4a680..8d886d094e8b 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -6,10 +6,9 @@ # PORTNAME= libICE -PORTVERSION= 6.3.1.p2 -PORTREVISION= 1 +PORTVERSION= 6.3.2 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= Inter Client Exchange library for X11 @@ -28,7 +27,6 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL_VER=13 -WRKSRC= ${WRKDIR}/${PORTNAME}-6.3.1 INSTALLS_SHLIB= yes |