diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
commit | a184c45d888b08705aba2772752f4edf1cde7ad1 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /x11/ocaml-graphics | |
parent | 42b0e4e52c5005439991b8dfbc0d9971dbc9ef5e (diff) | |
download | pkgsrc-a184c45d888b08705aba2772752f4edf1cde7ad1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
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 e8c767e3038..39cdbba9a3a 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/29 05:06:41 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/06 15:46:40 rodent Exp $ .include "../../lang/ocaml/Makefile.common" DISTINFO_FILE= ${PKGDIR}/../../lang/ocaml/distinfo @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= -x11include ${X11BASE}/include CONFIGURE_ARGS+= -x11lib ${X11BASE}/lib CONFIGURE_ARGS+= -no-tk -BUILD_DIRS= ${WRKSRC}/otherlibs/graph +BUILD_DIRS= otherlibs/graph BUILD_TARGET= all INSTALL_TARGET= install |