diff options
author | asau <asau@pkgsrc.org> | 2013-12-15 19:42:48 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-12-15 19:42:48 +0000 |
commit | 914abbeed191e721319fed5981dd0e0584e2188c (patch) | |
tree | c76a4fa29ac0f0c31f0865da5cbc779e8f782b82 | |
parent | c8bb02496a4537b020f4a3a703c17f53cea8a2ab (diff) | |
download | pkgsrc-914abbeed191e721319fed5981dd0e0584e2188c.tar.gz |
Needs libiconv to build on FreeBSD.
Bump revision as precaution.
-rw-r--r-- | x11/openmotif/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index fc5510d1fe6..5335e58fc84 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.79 2013/06/06 12:53:40 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2013/12/15 19:42:48 asau Exp $ PKGVER= 2.3.3 DISTNAME= openmotif-${PKGVER} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 MASTER_SITES= http://ftp.ics.com/openmotif/2.3/2.3.3/ MASTER_SITES+= ftp://ftp.ics.com/openmotif/2.3/2.3.3/ @@ -112,6 +112,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" |