diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
commit | a6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch) | |
tree | c350c4abc20ce22bda0b7dba0636816742669bc8 /textproc/lasem/Makefile | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) | |
download | ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.tar.gz ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.zip |
Notes
Diffstat (limited to 'textproc/lasem/Makefile')
-rw-r--r-- | textproc/lasem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/lasem/Makefile b/textproc/lasem/Makefile index 4d907677aeab..d16df16dd794 100644 --- a/textproc/lasem/Makefile +++ b/textproc/lasem/Makefile @@ -16,6 +16,8 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/stix:${PORTSDIR}/x11-fonts/stix-fonts GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 pango intltool gdkpixbuf2 libxml2 introspection:build |