diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-18 06:16:03 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-18 06:16:03 +0800 |
commit | ede7034700f758f1d27a5ce98866340106ee1ebd (patch) | |
tree | aaa373ab458172813fc3200beb483a10f4f31bc6 /x11-toolkits | |
parent | e4097e6ed3a2ee682369c3d36aac3f227fe64206 (diff) | |
download | freebsd-ports-gnome-ede7034700f758f1d27a5ce98866340106ee1ebd.tar.gz freebsd-ports-gnome-ede7034700f758f1d27a5ce98866340106ee1ebd.tar.zst freebsd-ports-gnome-ede7034700f758f1d27a5ce98866340106ee1ebd.zip |
Belately bump portrevision so installed ports get reinstalled with fixed headers.
This should fix strange build failure in nautilus with glib-2.34.
Submitted by: Kevin Oberman <rkoberman@gmail.com>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/unique/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index 0265c5227ff0..88b63bf87ee0 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -4,7 +4,7 @@ PORTNAME= unique PORTVERSION= 1.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/ DISTNAME= lib${PORTNAME}-${PORTVERSION} |