diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-06-17 11:01:27 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-06-17 11:01:27 +0800 |
commit | 81a45f0acc1c2d5251f3a26f2780ad50b16ecca1 (patch) | |
tree | 0eeb5d64385c91ba477707d80c581817989c5798 /www | |
parent | 9e4a96593d3c99de544971ee5814f5409eafbf9d (diff) | |
download | freebsd-ports-gnome-81a45f0acc1c2d5251f3a26f2780ad50b16ecca1.tar.gz freebsd-ports-gnome-81a45f0acc1c2d5251f3a26f2780ad50b16ecca1.tar.zst freebsd-ports-gnome-81a45f0acc1c2d5251f3a26f2780ad50b16ecca1.zip |
Fix wrong PKGNAME dependency.
Spotted by: Poudriere
With hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/plexwatchweb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/plexwatchweb/Makefile b/www/plexwatchweb/Makefile index 88bca8e0b8bc..81b8d6488dca 100644 --- a/www/plexwatchweb/Makefile +++ b/www/plexwatchweb/Makefile @@ -3,13 +3,14 @@ PORTNAME= plexWatchWeb PORTVERSION= 1.5.4.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= ultima1252@gmail.com COMMENT= Web front-end for plexWatch -RUN_DEPENDS= multimedia/plexwatch>=0.1.6:multimedia/plexwatch +RUN_DEPENDS= plexWatch>=0.1.6:multimedia/plexwatch USE_PHP= curl json session simplexml sqlite3 |