diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-08-01 10:06:55 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-08-01 10:06:55 +0800 |
commit | 852dff1eac562db80f0f908b5cf9d1b9a2fd44ae (patch) | |
tree | 920ee9f9447abc0327d645f45f757c3a4dd6c828 /x11-toolkits/libgnomeui/Makefile | |
parent | f7a47cc86bc5e46902e58e053f3f5bfbaaaacfea (diff) | |
download | freebsd-ports-gnome-852dff1eac562db80f0f908b5cf9d1b9a2fd44ae.tar.gz freebsd-ports-gnome-852dff1eac562db80f0f908b5cf9d1b9a2fd44ae.tar.zst freebsd-ports-gnome-852dff1eac562db80f0f908b5cf9d1b9a2fd44ae.zip |
Fix yet another thread-safety bug:
http://bugzilla.gnome.org/show_bug.cgi?id=312180
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 3794996458ae..89ecfea12e81 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgnomeui PORTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 |