diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-05-11 02:56:40 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-05-11 02:56:40 +0800 |
commit | 343e537c2f5c0684b053f0ec6e0cdbebba91e44e (patch) | |
tree | 2d19b46c29431077f5541f1bd36aead033431d55 /comms | |
parent | ff5bcc37830a33383f2d8fc32b5116a58ebc30fa (diff) | |
download | freebsd-ports-gnome-343e537c2f5c0684b053f0ec6e0cdbebba91e44e.tar.gz freebsd-ports-gnome-343e537c2f5c0684b053f0ec6e0cdbebba91e44e.tar.zst freebsd-ports-gnome-343e537c2f5c0684b053f0ec6e0cdbebba91e44e.zip |
- Add USES=libtool
- Don't install .la files
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 4 | ||||
-rw-r--r-- | comms/gnokii/pkg-plist | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 47a50b91be21..eab42ff4545a 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser GROUPS= ${PORTNAME} -USES= gettext gmake pkgconfig tar:bzip2 +USES= gettext gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_CSTD= gnu89 WANT_GNOME= yes diff --git a/comms/gnokii/pkg-plist b/comms/gnokii/pkg-plist index dc8e20587233..0e5c31e9e570 100644 --- a/comms/gnokii/pkg-plist +++ b/comms/gnokii/pkg-plist @@ -19,9 +19,9 @@ include/gnokii/virtmodem.h include/gnokii/wappush.h @dirrm include/gnokii lib/libgnokii.a -lib/libgnokii.la lib/libgnokii.so lib/libgnokii.so.7 +lib/libgnokii.so.7.0.0 libdata/pkgconfig/gnokii.pc libdata/pkgconfig/xgnokii.pc man/man1/gnokii.1.gz @@ -43,18 +43,14 @@ share/locale/sv/LC_MESSAGES/gnokii.mo %%SMSD%%share/smsd/README %%SMSD%%share/smsd/action %%SMSD%%lib/smsd/libsmsd_file.a -%%SMSD%%lib/smsd/libsmsd_file.la %%SMSD%%lib/smsd/libsmsd_file.so %%MSM%%lib/smsd/libsmsd_mysql.a -%%MSM%%lib/smsd/libsmsd_mysql.la %%MSM%%lib/smsd/libsmsd_mysql.so %%MSM%%share/smsd/sms.tables.mysql.sql %%PGM%%lib/smsd/libsmsd_pq.a -%%PGM%%lib/smsd/libsmsd_pq.la %%PGM%%lib/smsd/libsmsd_pq.so %%PGM%%share/smsd/sms.tables.pq.sql %%SQLT%%lib/smsd/libsmsd_sqlite.a -%%SQLT%%lib/smsd/libsmsd_sqlite.la %%SQLT%%lib/smsd/libsmsd_sqlite.so %%SMSD%%@dirrm lib/smsd %%SMSD%%@dirrm share/smsd |