diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
commit | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /irc/iroffer-dinoex/Makefile | |
parent | 148314483d3098c0d6a33944f1190842e671502f (diff) | |
download | freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.zst freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'irc/iroffer-dinoex/Makefile')
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index 9940b26ef6f3..b042c44c26ed 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -42,13 +42,13 @@ IROFFER_HTDOCS= iroffer-state.css robots.txt \ OPTIONS_DEFINE= CURL RUBY UPNP GEOIP DOCS EXAMPLES OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP -CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= -curl RUBY_USE= RUBY=yes LIBRUBY=yes RUBY_CONFIGURE_ON= -ruby -UPNP_LIB_DEPENDS= libminiupnpc.so:${PORTSDIR}/net/miniupnpc +UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_CONFIGURE_ON= -upnp -GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GEOIP_CONFIGURE_ON= -geoip do-install: |