diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-01-04 04:06:40 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-01-04 04:06:40 +0800 |
commit | 76ef357fd38955959a12a7d67417cd6c8f2c8145 (patch) | |
tree | 0cb7d85b6c555200503c30ccdd55a28c671496e1 /net-mgmt | |
parent | 277795238c1a54fb46059b9603c3f0b59ec63c77 (diff) | |
download | freebsd-ports-gnome-76ef357fd38955959a12a7d67417cd6c8f2c8145.tar.gz freebsd-ports-gnome-76ef357fd38955959a12a7d67417cd6c8f2c8145.tar.zst freebsd-ports-gnome-76ef357fd38955959a12a7d67417cd6c8f2c8145.zip |
Fix typo in last commit.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/glpi-plugins-fusioninventory-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile index 4dfe19813944..dc99f21ccf5e 100644 --- a/net-mgmt/glpi-plugins-fusioninventory-server/Makefile +++ b/net-mgmt/glpi-plugins-fusioninventory-server/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= glpi>=0.90:www/glpi USE_GITHUB= yes GH_ACCOUNT= fusioninventory GH_PROJECT= fusioninventory-for-glpi -GH_TAGNAME= glpi090+${FUN_VER} +GH_TAGNAME= glpi090+${FUNV_VER} USES= gettext php:fileinfo php:simplexml php:wddx shebangfix GLPI_VER= 0.90 |