summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-06-23 07:35:05 +0000
committervs <vs@FreeBSD.org>2004-06-23 07:35:05 +0000
commit2e2fec492f1197fc1fcff656cdc18dd8f4afc153 (patch)
treee7b58e8f3910d34cc6b23d9a7c4ede54741571f4 /net-im
parenta08ecceff78d91e681d89d27b499709cf5392fce (diff)
downloadFreeBSD-ports-2e2fec492f1197fc1fcff656cdc18dd8f4afc153.zip
FreeBSD-ports-2e2fec492f1197fc1fcff656cdc18dd8f4afc153.tar.gz
- Add net/licq to build-dependency
- Nuke plist in favour of PLIST_FILES while here
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq-osd/Makefile5
-rw-r--r--net-im/licq-osd/pkg-plist2
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile
index 70507b1..cca425c 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 3fb011c..0000000
--- a/net-im/licq-osd/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/licq/licq_osd.la
-lib/licq/licq_osd.so
OpenPOWER on IntegriCloud