diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-10 21:48:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-10 21:48:42 +0000 |
commit | 0be138f38e063a12120c66579ded4d6bfd2d8e39 (patch) | |
tree | 20053347f6aa953852e164aa1d65558fb65c0e42 /graphics/GMT | |
parent | f3627f4d2faaab00299858a11cb52927e56fa935 (diff) | |
download | pkgsrc-0be138f38e063a12120c66579ded4d6bfd2d8e39.tar.gz |
Fixed missing rpath in xgridedit.
Diffstat (limited to 'graphics/GMT')
-rw-r--r-- | graphics/GMT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 2275fb43b58..a5976316982 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/02/15 14:58:19 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2007/10/10 21:48:42 rillig Exp $ DISTNAME= GMT4.1.4 PKGNAME= GMT-4.1.4 @@ -39,6 +39,7 @@ CONFIGURE_ARGS+=--disable-mex BUILD_TARGET= all suppl INSTALL_TARGET= install-all +LIBS+= ${X11_LDFLAGS} # XXX: LDFLAGS doesn't work post-extract: ${MV} -f ${WRKSRC}/www/gmt/doc/pdf ${WRKSRC} |