diff options
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} |