diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-23 07:35:05 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-23 07:35:05 +0000 |
commit | 6b71594d659d7560ed84f9ce797331840b57f006 (patch) | |
tree | 621f5be621fffc87c82baa3205d8409901c48fa6 /net-im | |
parent | 7a923897c787ff674f0267d9eaa18649c7483675 (diff) | |
download | ports-6b71594d659d7560ed84f9ce797331840b57f006.tar.gz ports-6b71594d659d7560ed84f9ce797331840b57f006.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-osd/Makefile | 5 | ||||
-rw-r--r-- | net-im/licq-osd/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 70507b1d9289..cca425c0a778 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -17,7 +17,8 @@ DISTNAME= licq_osd_plugin-${PORTVERSION} MAINTAINER= nm@web.am COMMENT= OnScreenDisplay messages in licq (like in SIM and more) -BUILD_DEPENDS=${X11BASE}/lib/libxosd.so.4:${PORTSDIR}/misc/xosd +BUILD_DEPENDS= ${X11BASE}/lib/libxosd.so.4:${PORTSDIR}/misc/xosd \ + ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq RUN_DEPENDS=${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net/licq-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 @@ -28,4 +29,6 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv" USE_LIBTOOL_VER=13 +PLIST_FILES= lib/licq/licq_osd.la lib/licq/licq_osd.so + .include <bsd.port.mk> diff --git a/net-im/licq-osd/pkg-plist b/net-im/licq-osd/pkg-plist deleted file mode 100644 index 3fb011c0a567..000000000000 --- a/net-im/licq-osd/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/licq/licq_osd.la -lib/licq/licq_osd.so |