diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-19 06:37:11 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-19 06:37:11 +0800 |
commit | 62f59f2d063f45a4582c89b7395d52f6a1f29c84 (patch) | |
tree | f8d50a41b3f30d5b9df4216f07cc516f2c7f2037 /sysutils/flock/Makefile | |
parent | 97a057c1bf0dc61e4afeda42ecbcd8e098f552e4 (diff) | |
download | freebsd-ports-gnome-62f59f2d063f45a4582c89b7395d52f6a1f29c84.tar.gz freebsd-ports-gnome-62f59f2d063f45a4582c89b7395d52f6a1f29c84.tar.zst freebsd-ports-gnome-62f59f2d063f45a4582c89b7395d52f6a1f29c84.zip |
Fix the gtk2 dnd implementation broken, see more details in the bugzilla. This
patch[1] was created by Matthias Clasen <mclasen@redhat.com>. This bug was
started to reproduce with least 2.10.7 version of gtk2.
PR: ports/107689
Reported by: a few users
Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=355248
https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1]
http://bugzilla.gnome.org/show_bug.cgi?id=394525
Diffstat (limited to 'sysutils/flock/Makefile')
-rw-r--r-- | sysutils/flock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/flock/Makefile b/sysutils/flock/Makefile index 93d03cf2e782..d5c1dff568ef 100644 --- a/sysutils/flock/Makefile +++ b/sysutils/flock/Makefile @@ -7,6 +7,7 @@ PORTNAME= flock PORTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ http://archive.progeny.com/pundits/ |