diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-19 19:09:00 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-19 19:09:00 +0800 |
commit | 7303ca54a90f96bf3d1422b3ee398cc35c79bb1c (patch) | |
tree | d8777c22b9f1b7d15dd468c9fd85a364aa80bdc9 /textproc/qt4-xml | |
parent | 116bbc22d047b5b08fce610213311f75180c0af7 (diff) | |
download | freebsd-ports-gnome-7303ca54a90f96bf3d1422b3ee398cc35c79bb1c.tar.gz freebsd-ports-gnome-7303ca54a90f96bf3d1422b3ee398cc35c79bb1c.tar.zst freebsd-ports-gnome-7303ca54a90f96bf3d1422b3ee398cc35c79bb1c.zip |
Remove libtool .la files from all Qt ports
Approvedy by: kde (makc)
Diffstat (limited to 'textproc/qt4-xml')
-rw-r--r-- | textproc/qt4-xml/Makefile | 1 | ||||
-rw-r--r-- | textproc/qt4-xml/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/qt4-xml/Makefile b/textproc/qt4-xml/Makefile index 9039e335239e..d70e941022ea 100644 --- a/textproc/qt4-xml/Makefile +++ b/textproc/qt4-xml/Makefile @@ -3,6 +3,7 @@ PORTNAME= xml DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= textproc PKGNAMEPREFIX= qt4- diff --git a/textproc/qt4-xml/pkg-plist b/textproc/qt4-xml/pkg-plist index e75e0cc86ba3..5f0b40777983 100644 --- a/textproc/qt4-xml/pkg-plist +++ b/textproc/qt4-xml/pkg-plist @@ -48,7 +48,6 @@ %%QT_INCDIR%%/QtXml/qdom.h %%QT_INCDIR%%/QtXml/qxml.h %%QT_INCDIR%%/QtXml/qxmlstream.h -%%QT_LIBDIR%%/libQtXml.la %%QT_LIBDIR%%/libQtXml.prl %%QT_LIBDIR%%/libQtXml.so %%QT_LIBDIR%%/libQtXml.so.4 |