diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-08-10 12:43:58 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-08-10 12:43:58 +0000 |
commit | ef3b9e5072d30418e4507c725c78b3df52820e6b (patch) | |
tree | fc275da04c5a85ca21c89259be42af397b75ba7d /x11-toolkits/qwt5/Makefile | |
parent | 0ff6bed6fad50f3aad7e7a1501d986caf4dae042 (diff) | |
download | ports-ef3b9e5072d30418e4507c725c78b3df52820e6b.tar.gz ports-ef3b9e5072d30418e4507c725c78b3df52820e6b.zip |
Notes
Diffstat (limited to 'x11-toolkits/qwt5/Makefile')
-rw-r--r-- | x11-toolkits/qwt5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qwt5/Makefile b/x11-toolkits/qwt5/Makefile index a310a08dced7..bc340c19b821 100644 --- a/x11-toolkits/qwt5/Makefile +++ b/x11-toolkits/qwt5/Makefile @@ -6,8 +6,7 @@ # PORTNAME= qwt -PORTVERSION= 5.2.1 -PORTREVISION= 1 +PORTVERSION= 5.2.2 CATEGORIES= x11-toolkits MASTER_SITES= SF @@ -22,6 +21,7 @@ QMAKE_ARGS+= -unix -recursive PREFIX=${PREFIX} HAS_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +PORTSCOUT= limit:^5\. STRIP_FILES= lib/libqwt.so.${PORTVERSION} |