diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-10-27 12:14:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-10-27 12:14:39 +0000 |
commit | 994573ad65d67af1b52d88208de50f8b2d5084eb (patch) | |
tree | 8c5aa7e488684faa642a1a3034d29392a7957c6d /irc | |
parent | 0eb0396989b55501eb22f2508cb7e02bc96e08a5 (diff) | |
download | ports-994573ad65d67af1b52d88208de50f8b2d5084eb.tar.gz ports-994573ad65d67af1b52d88208de50f8b2d5084eb.zip |
Notes
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) |