summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-13 17:13:26 +0000
committertnn <tnn@pkgsrc.org>2015-03-13 17:13:26 +0000
commit49884259320f248a14289a23e66d930a134d0835 (patch)
treed2249a6ad4defb34ae6f7e3d915f2779bd169c61 /sysutils
parenta3cc304a0137baa3850365e294d830f9b2819807 (diff)
downloadpkgsrc-49884259320f248a14289a23e66d930a134d0835.tar.gz
- g/c url2pkg marker
- needs gettext-lib as gettext support is enabled
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/attr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/attr/Makefile b/sysutils/attr/Makefile
index 015c4eead15..b8d9549746c 100644
--- a/sysutils/attr/Makefile
+++ b/sysutils/attr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/07/22 08:00:36 manu Exp $
+# $NetBSD: Makefile,v 1.2 2015/03/13 17:13:26 tnn Exp $
ATTR_VERS= 2.4.47
PKGNAME= attr-${ATTR_VERS}
@@ -28,5 +28,5 @@ pre-install:
LDFLAGS.NetBSD+= -lintl
#MAKE_ENV+= LTCOMMAND="libtool --install"
-# url2pkg-marker (please do not remove this line.)
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"