diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-10-27 20:14:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-10-27 20:14:39 +0800 |
commit | 2d89633a74c202deb5c7bb8231e0f38aae38f3aa (patch) | |
tree | 931cd03738e464a0c39554179659ff3fd1e4cf29 /irc | |
parent | 456c04dc6ae710222cfe6b5883142cf56b34ee00 (diff) | |
download | freebsd-ports-gnome-2d89633a74c202deb5c7bb8231e0f38aae38f3aa.tar.gz freebsd-ports-gnome-2d89633a74c202deb5c7bb8231e0f38aae38f3aa.tar.zst freebsd-ports-gnome-2d89633a74c202deb5c7bb8231e0f38aae38f3aa.zip |
- bump for miniupnpc update
Diffstat (limited to 'irc')
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index f16f6522e668..dbf09c164fcc 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -7,6 +7,7 @@ PORTNAME= iroffer PORTVERSION= 3.27 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://iroffer.dinoex.net/ PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2} @@ -59,7 +60,7 @@ LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP CONFIGURE_ARGS+= -geoip .endif .if !defined(WITHOUT_UPNP) -LIB_DEPENDS+= miniupnpc.5:${PORTSDIR}/net/miniupnpc +LIB_DEPENDS+= miniupnpc:${PORTSDIR}/net/miniupnpc CONFIGURE_ARGS+= -upnp .endif .if !defined(WITHOUT_RUBY) |