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/clucene-qt5 | |
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/clucene-qt5')
-rw-r--r-- | textproc/clucene-qt5/Makefile | 1 | ||||
-rw-r--r-- | textproc/clucene-qt5/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/clucene-qt5/Makefile b/textproc/clucene-qt5/Makefile index c9b895c8d9ed..a031df31fd7e 100644 --- a/textproc/clucene-qt5/Makefile +++ b/textproc/clucene-qt5/Makefile @@ -2,6 +2,7 @@ PORTNAME= clucene DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= textproc PKGNAMEPREFIX= qt5- diff --git a/textproc/clucene-qt5/pkg-plist b/textproc/clucene-qt5/pkg-plist index beccfb97957d..a7b284b98dde 100644 --- a/textproc/clucene-qt5/pkg-plist +++ b/textproc/clucene-qt5/pkg-plist @@ -20,7 +20,6 @@ %%QT_INCDIR%%/QtCLucene/QtCLuceneDepends %%QT_INCDIR%%/QtCLucene/QtCLuceneVersion %%QT_INCDIR%%/QtCLucene/qtcluceneversion.h -%%QT_LIBDIR%%/libQt5CLucene.la %%QT_LIBDIR%%/libQt5CLucene.prl %%QT_LIBDIR%%/libQt5CLucene.so %%QT_LIBDIR%%/libQt5CLucene.so.5 |