diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-02-24 07:20:56 +0800 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-02-24 07:20:56 +0800 |
commit | 3a9189625f3e0f7052c60edbc3b90e488310dc2d (patch) | |
tree | afdf52843ba1f295db9f17b5d599cce08fa4d9c6 /x11/tilda/Makefile | |
parent | 75057c76601aca1a4dbc481c9e306b77924608ec (diff) | |
download | freebsd-ports-gnome-3a9189625f3e0f7052c60edbc3b90e488310dc2d.tar.gz freebsd-ports-gnome-3a9189625f3e0f7052c60edbc3b90e488310dc2d.tar.zst freebsd-ports-gnome-3a9189625f3e0f7052c60edbc3b90e488310dc2d.zip |
Fix segfault with tilda
Bump port revision
PR: 197819
Submitted by: <mzs_47@yahoo.co.in>
Obtained from: mandriva
Diffstat (limited to 'x11/tilda/Makefile')
-rw-r--r-- | x11/tilda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 33d77cf6f2f5..2a13b2f51397 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -2,7 +2,7 @@ PORTNAME= tilda PORTVERSION= 0.9.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |