diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-05-07 05:56:18 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-05-07 05:56:18 +0800 |
commit | 2dc386f60d791075fb5aae8c4b56a16f201c1b99 (patch) | |
tree | 13b4a44e0c469384044238fa8f669bfabee7a405 /comms/openobex/Makefile | |
parent | 7761327ea8746dc6e47331fe990c0d5f5cb6aa1c (diff) | |
download | freebsd-ports-gnome-2dc386f60d791075fb5aae8c4b56a16f201c1b99.tar.gz freebsd-ports-gnome-2dc386f60d791075fb5aae8c4b56a16f201c1b99.tar.zst freebsd-ports-gnome-2dc386f60d791075fb5aae8c4b56a16f201c1b99.zip |
- Take advantage of accept4() in recent CURRENT [1]
- Fix plist when DOXYGEN option is not enabled
Suggested by: jilles [1]
Diffstat (limited to 'comms/openobex/Makefile')
-rw-r--r-- | comms/openobex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index f2fbf3253b05..cbe72cf8ee56 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -2,7 +2,7 @@ PORTNAME= openobex PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms net MASTER_SITES= http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Source |