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 /devel/libpeas | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) |
Notes
Diffstat (limited to 'devel/libpeas')
-rw-r--r-- | devel/libpeas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index f73a58f9a5d0..8e903b299425 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -17,11 +17,11 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala USE_PYTHON= 2 USE_LDCONFIG= yes USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz -USE_GNOME= gtk30 introspection:build +USE_GNOME= gtk30 intlhack introspection:build INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--disable-glade-catalog |