diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/qtgtl | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Notes
Diffstat (limited to 'graphics/qtgtl')
-rw-r--r-- | graphics/qtgtl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qtgtl/Makefile b/graphics/qtgtl/Makefile index 53fd959c8d0a..f1c32f7aeee6 100644 --- a/graphics/qtgtl/Makefile +++ b/graphics/qtgtl/Makefile @@ -1,4 +1,3 @@ -# Created by: Alberto Villa <villa.alberto@gmail.com> # $FreeBSD$ PORTNAME= qtgtl @@ -21,6 +20,7 @@ USE_BZIP2= yes USES= cmake pkgconfig USE_LDCONFIG= yes +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|set(QTGTL_LIB_SOVERSION.*|set(QTGTL_LIB_SOVERSION "0")|' \ ${PATCH_WRKSRC}/CMakeLists.txt |