diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:41:45 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:41:45 +0000 |
commit | acf1e80f2a51164e8f7fdb176967668739b26fa7 (patch) | |
tree | 93e753113f1541d487d153671c0bf1c10cfca9db /deskutils/logjam | |
parent | 7e177f603e6931c29e7dd256f6e6dac88465742e (diff) |
deskutils: Add missing USES={gnome,mate,php}
Notes
Notes:
svn path=/head/; revision=517044
Diffstat (limited to 'deskutils/logjam')
-rw-r--r-- | deskutils/logjam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 49eb7f4ecb3b..a38da69f544e 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -22,7 +22,7 @@ GTKHTML_DESC= Support rendering HTML RSVG_DESC= Support rendering SVG SQLITE_DESC= Use sqlite3 as a backend -USES= gettext gmake pathfix pkgconfig tar:bzip2 +USES= gettext gmake gnome pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gtk20 libxml2 intlhack CONFIGURE_ARGS= --program-transform-name="s/$$//" |