diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-06-08 20:36:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-06-08 20:36:01 +0000 |
commit | 33d69a3cdedb99ddcab79936eff20c88eae14c12 (patch) | |
tree | 271e771e11b95f87b689c9f12afbd7f6118650ea | |
parent | 95e667c0f59c3ea31a3951083d90abe8529b9c9e (diff) |
editors/morla: remove gconf support
-rw-r--r-- | editors/morla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index da13bdaa8847..2462cdd81b4e 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -2,7 +2,7 @@ PORTNAME= morla PORTVERSION= 0.16.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -23,9 +23,9 @@ XULRUNNER_DESC= Xulrunner as JavaScript engine GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-gconf=auto --with-gtkhtml=none +CONFIGURE_ARGS= --with-gconf=none --with-gtkhtml=none USES= gettext gnome libtool pkgconfig -USE_GNOME= gconf2 libxslt gtk20 +USE_GNOME= libxslt gtk20 USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} DESKTOP_ENTRIES="morla" \ |