diff options
author | asau <asau@pkgsrc.org> | 2013-12-06 11:16:56 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-12-06 11:16:56 +0000 |
commit | 1c2bf583b65785897c9d493ff1dea90f34dccd1e (patch) | |
tree | cef26b1814303d76ab7f84ccb8465b728f848263 /x11/motif | |
parent | e450a0b147366654f1bb1bebe0b7ab798f959cec (diff) | |
download | pkgsrc-1c2bf583b65785897c9d493ff1dea90f34dccd1e.tar.gz |
Needs libiconv to build on FreeBSD.
Bump revision as precaution.
Diffstat (limited to 'x11/motif')
-rw-r--r-- | x11/motif/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/motif/Makefile b/x11/motif/Makefile index 243f5cb66bf..398b0ac1278 100644 --- a/x11/motif/Makefile +++ b/x11/motif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2013/06/07 15:57:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2013/12/06 11:16:56 asau Exp $ PKGVER= 2.3.4 -PKGREVISION= 6 +PKGREVISION= 7 DISTNAME= motif-${PKGVER}-src PKGNAME= motif-${PKGVER} CATEGORIES= x11 @@ -104,6 +104,7 @@ post-build: ${MV} -f $${manpage}.tblized $${manpage}; \ done +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" |