diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-12 14:00:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-12 14:00:58 +0000 |
commit | ace28ff84278782c9e8eefc5a0f47511e62ff71b (patch) | |
tree | 1c921b7e002d9ec0039041746212727b4a295f54 /x11/xload | |
parent | c79ca0b02ddb0a3a7daf15a5ac1a8f788809716c (diff) | |
download | pkgsrc-ace28ff84278782c9e8eefc5a0f47511e62ff71b.tar.gz |
needs libintl
Diffstat (limited to 'x11/xload')
-rw-r--r-- | x11/xload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xload/Makefile b/x11/xload/Makefile index 256689743ab..4a2e6bdaae6 100644 --- a/x11/xload/Makefile +++ b/x11/xload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/08/04 07:28:57 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/03/12 14:00:58 tnn Exp $ DISTNAME= xload-1.1.2 CATEGORIES= x11 @@ -16,5 +16,6 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1 MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |