diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-04-29 09:02:33 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-04-29 17:49:40 +0000 |
commit | 751545cdf6de2a9a1f18fb718906ace77d093b62 (patch) | |
tree | 690732c690cd1600d0104543dcbb3cb9aa6b826b /x11/libfm/Makefile | |
parent | 442edd8bc1e4d7c336d7573bb977bae7419832b3 (diff) |
x11/libfm: fix BROKEN for gtk3 flavor
PR: 255477
Reported by: portmaster@bsdforge.com (maintainer)
Diffstat (limited to 'x11/libfm/Makefile')
-rw-r--r-- | x11/libfm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libfm/Makefile b/x11/libfm/Makefile index 300b11d11768..e85119d0631e 100644 --- a/x11/libfm/Makefile +++ b/x11/libfm/Makefile @@ -2,6 +2,7 @@ PORTNAME= libfm DISTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/ |