diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-15 18:50:31 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-15 19:06:35 +0100 |
commit | c60d66cd93abf5e80f46352e02f0591c9d89d354 (patch) | |
tree | e04e6f95fbfe055ef9a568eccb4f2beda000836e /editors | |
parent | lang/mono5.20: minor fixes (diff) |
dependency: add missing direct dependency on gtk2
Diffstat (limited to 'editors')
-rw-r--r-- | editors/morla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 7e8bc1d1ccb7..224716ae5ff1 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -2,7 +2,7 @@ PORTNAME= morla PORTVERSION= 0.16.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -25,7 +25,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gconf=auto --with-gtkhtml=none USES= gettext gnome libtool pkgconfig -USE_GNOME= gconf2 libxslt +USE_GNOME= gconf2 libxslt gtk20 USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} DESKTOP_ENTRIES="morla" \ |