diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-21 23:41:06 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-21 23:41:06 +0800 |
commit | 4ddfac46e6a05a37eb2f933c653d844fe9a813a8 (patch) | |
tree | a5a600fc2e9cd562658dc40ed2f379bc9c1a8346 /x11-toolkits/qwt5 | |
parent | 0d14d3a2d1172ca4110f18feda5f1392c6c0785a (diff) | |
download | freebsd-ports-gnome-4ddfac46e6a05a37eb2f933c653d844fe9a813a8.tar.gz freebsd-ports-gnome-4ddfac46e6a05a37eb2f933c653d844fe9a813a8.tar.zst freebsd-ports-gnome-4ddfac46e6a05a37eb2f933c653d844fe9a813a8.zip |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
Diffstat (limited to 'x11-toolkits/qwt5')
-rw-r--r-- | x11-toolkits/qwt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qwt5/Makefile b/x11-toolkits/qwt5/Makefile index f06ffbad5ace..e7733afeac3b 100644 --- a/x11-toolkits/qwt5/Makefile +++ b/x11-toolkits/qwt5/Makefile @@ -10,7 +10,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Qt Widgets for Technical Applications USES= gmake qmake -USE_QT4= gui svg moc_build qmake_build +USE_QT4= gui svg moc_build USE_BZIP2= yes USE_LDCONFIG= yes PORTSCOUT= limit:^5\. |