diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-01-11 20:55:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-01-11 20:55:49 +0000 |
commit | 3ed33995dea36ea18aa31329848a966c3d837c29 (patch) | |
tree | fa299e24d32862105b060ef78a5fe134d0f3726b /games | |
parent | 695e835a4a12c063c639e260c287479106caf62a (diff) |
Switch from devel/physfs-devel to devel/physfs (which us currently the same)
Notes
Notes:
svn path=/head/; revision=490013
Diffstat (limited to 'games')
-rw-r--r-- | games/barony/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/barony/Makefile b/games/barony/Makefile index cf4c815a95fc..74e751f68a86 100644 --- a/games/barony/Makefile +++ b/games/barony/Makefile @@ -3,7 +3,7 @@ PORTNAME= barony DISTVERSIONPREFIX= v DISTVERSION= 3.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= devnexen@gmail.com @@ -13,7 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/GPL.3.0.txt LIB_DEPENDS= libogg.so:audio/libogg \ - libphysfs.so:devel/physfs-devel \ + libphysfs.so:devel/physfs \ libpng.so:graphics/png \ libvorbisfile.so:audio/libvorbis |