diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-03-02 23:03:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-03-02 23:03:59 +0000 |
commit | b4805e1dd7278d8a98118b538100e127a30c1876 (patch) | |
tree | 219b0960316cdf451f76ebfa827668a25957a4be /x11/qt5-qtimageformats | |
parent | 984f6863cb0ac08279d967e4f83897ff9e904b43 (diff) | |
download | pkgsrc-b4805e1dd7278d8a98118b538100e127a30c1876.tar.gz |
Use RPATH instead of RUNPATH to fix library not found error from Qt5 apps
Bump PKGREVISION
Diffstat (limited to 'x11/qt5-qtimageformats')
-rw-r--r-- | x11/qt5-qtimageformats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5-qtimageformats/Makefile b/x11/qt5-qtimageformats/Makefile index 6015ce86c5f..2e213ace427 100644 --- a/x11/qt5-qtimageformats/Makefile +++ b/x11/qt5-qtimageformats/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2016/01/06 10:46:50 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtimageformats-opensource-src-${QTVERSION} PKGNAME= qt5-qtimageformats-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 module for Image formats BUILD_TARGET= sub-src |