diff options
author | pav <pav@FreeBSD.org> | 2010-11-18 18:58:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-18 18:58:10 +0800 |
commit | ad671d92c3e4619ca1a2ea96c0e9e98a49d59ec5 (patch) | |
tree | dff1e7258cc43afa8b677cec03e510e64af6d838 /comms/obexapp/Makefile | |
parent | b4ce4fa1391898e06a5c3d6f69c613661af85fc5 (diff) | |
download | freebsd-ports-gnome-ad671d92c3e4619ca1a2ea96c0e9e98a49d59ec5.tar.gz freebsd-ports-gnome-ad671d92c3e4619ca1a2ea96c0e9e98a49d59ec5.tar.zst freebsd-ports-gnome-ad671d92c3e4619ca1a2ea96c0e9e98a49d59ec5.zip |
- Update to 1.4.14
PR: ports/152343
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms/obexapp/Makefile')
-rw-r--r-- | comms/obexapp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 417a519b473c..26c122139da5 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -6,14 +6,15 @@ # PORTNAME= obexapp -PORTVERSION= 1.4.13 +PORTVERSION= 1.4.14 CATEGORIES= comms net MASTER_SITES= http://people.freebsd.org/~emax/obexapp/ MAINTAINER= mad@madpilot.net COMMENT= Obex application to transfer objects to mobile equipment -LIB_DEPENDS= openobex:${PORTSDIR}/comms/openobex +LIB_DEPENDS= openobex:${PORTSDIR}/comms/openobex \ + expat.6:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME} |