diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:00:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:00:44 +0000 |
commit | 9f62a1d83df1589ba85002f2af534b06144fb13b (patch) | |
tree | 54cb5602f9483dc1bb1d525dd758d33f1a18191c /editors/morla | |
parent | b243b13ed84b11e9974bb3379025baa4e11add14 (diff) |
Notes
Diffstat (limited to 'editors/morla')
-rw-r--r-- | editors/morla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index ea9f668a3c77..1e2946d714bf 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gconf=auto -USES= gettext +USES= gettext pkgconfig USE_GNOME= gconf2 libgtkhtml libxslt USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} |