diff options
author | asau <asau> | 2013-12-06 11:16:56 +0000 |
---|---|---|
committer | asau <asau> | 2013-12-06 11:16:56 +0000 |
commit | c20f6ef6d77fe46cdb8379b5fb7a7fc514f79039 (patch) | |
tree | cef26b1814303d76ab7f84ccb8465b728f848263 /x11 | |
parent | bfc25fe1a3ebfcbf42e8ebbff9a02c41202ee54e (diff) | |
download | pkgsrc-c20f6ef6d77fe46cdb8379b5fb7a7fc514f79039.tar.gz |
Needs libiconv to build on FreeBSD.
Bump revision as precaution.
Diffstat (limited to 'x11')
-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" |