diff options
author | dinoex <dinoex@FreeBSD.org> | 2017-02-18 16:00:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2017-02-18 16:00:14 +0800 |
commit | 6dcd0498ddd03cc8943ed8a97a2f7197f2b8d5f8 (patch) | |
tree | 5de3e9aa1630e72dd74ca3ad2583f00aa17b37a3 /net-im/licq-osd/Makefile | |
parent | 1ed1dfd3a28a440d65a0329108206958b4ffa4c4 (diff) | |
download | freebsd-ports-gnome-6dcd0498ddd03cc8943ed8a97a2f7197f2b8d5f8.tar.gz freebsd-ports-gnome-6dcd0498ddd03cc8943ed8a97a2f7197f2b8d5f8.tar.zst freebsd-ports-gnome-6dcd0498ddd03cc8943ed8a97a2f7197f2b8d5f8.zip |
- make portlint happier
- add dependecies
Diffstat (limited to 'net-im/licq-osd/Makefile')
-rw-r--r-- | net-im/licq-osd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 370860ab06f7..3d1d38799ec0 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -3,7 +3,7 @@ PORTNAME= osd PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= net-im @@ -13,11 +13,8 @@ COMMENT= OnScreenDisplay messages in licq LIB_DEPENDS= libxosd.so:misc/xosd \ libboost_regex.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${LICQ_PORT}-qt-gui -# run dependency may be too strict, delete it if you use another -# plugin (gtk+) and wish run osd with it. i've not tested with -# plugins other than qt-gui -USES= cmake gettext-tools +USES= cmake gettext-tools iconv LOCALES= be de cs es fr pt pt_BR ro ru sv sk tr PLIST_FILES= lib/licq/licq_osd.so \ |