diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 12:59:33 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 12:59:33 +0800 |
commit | 5dedf553ff18f9d32c3e82c208597c57f7238351 (patch) | |
tree | 2daab524a1248e5e3ccbfdb40f281119757596c7 /devel | |
parent | ae42ee59b2a709bd4ac5609c28a1db4d7a843b1e (diff) | |
download | freebsd-ports-gnome-5dedf553ff18f9d32c3e82c208597c57f7238351.tar.gz freebsd-ports-gnome-5dedf553ff18f9d32c3e82c208597c57f7238351.tar.zst freebsd-ports-gnome-5dedf553ff18f9d32c3e82c208597c57f7238351.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cld/Makefile | 2 | ||||
-rw-r--r-- | devel/cld/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/cld/Makefile b/devel/cld/Makefile index bb06c96136c9..5e30a4b85dd8 100644 --- a/devel/cld/Makefile +++ b/devel/cld/Makefile @@ -3,6 +3,7 @@ PORTNAME= cld PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= chromium-compact-language-detector @@ -11,6 +12,7 @@ DISTNAME= compact-language-detector-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Chromium compact language detector library +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/cld/pkg-plist b/devel/cld/pkg-plist index 11c6466db707..f3d5094b899c 100644 --- a/devel/cld/pkg-plist +++ b/devel/cld/pkg-plist @@ -12,9 +12,9 @@ include/cld/ext_lang_enc.h include/cld/lang_enc.h include/cld/languages/proto/languages.pb.h include/cld/languages/public/languages.h -lib/libcld.la lib/libcld.so lib/libcld.so.0 +lib/libcld.so.0.0.0 libdata/pkgconfig/cld.pc @dirrm include/cld/languages/public @dirrm include/cld/languages/proto |