diff options
author | tnn <tnn> | 2015-03-13 17:13:26 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-13 17:13:26 +0000 |
commit | 5780cb83ae382dd715b19de20779ebd98668b93c (patch) | |
tree | d2249a6ad4defb34ae6f7e3d915f2779bd169c61 /sysutils | |
parent | 6c8bf62e0d7e324d89d027bc3d0ca0404b0ce430 (diff) | |
download | pkgsrc-5780cb83ae382dd715b19de20779ebd98668b93c.tar.gz |
- g/c url2pkg marker
- needs gettext-lib as gettext support is enabled
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/attr/Makefile | 4 |
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" |