diff options
author | sbd <sbd@pkgsrc.org> | 2012-06-22 11:39:44 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-06-22 11:39:44 +0000 |
commit | 1ab7e97e00bac9dc35bde66aa431d1c423bf4b41 (patch) | |
tree | 4a12000322b00152756ad7406e35dc59a5c2d6fa /x11/ocaml-graphics | |
parent | c8adcba9e6e7d4c5fb1c0461ea96696eea416584 (diff) | |
download | pkgsrc-1ab7e97e00bac9dc35bde66aa431d1c423bf4b41.tar.gz |
When linking with X11 add an rpath to X11 libdir.
Bump PKGREVISION
Diffstat (limited to 'x11/ocaml-graphics')
-rw-r--r-- | x11/ocaml-graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile index 8b752f98d05..45dbc7bc1c4 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/12/13 06:17:35 marino Exp $ +# $NetBSD: Makefile,v 1.16 2012/06/22 11:39:44 sbd Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -7,7 +7,7 @@ DISTINFO_FILE= ${PKGDIR}/../../lang/ocaml/distinfo PATCHDIR= ${PKGDIR}/../../lang/ocaml/patches PKGNAME= ${DISTNAME:S/ocaml/ocaml-graphics/} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT+= (graphics library) |