diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-24 23:32:07 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-24 23:32:07 +0800 |
commit | 5a6f7bfa70a177388511f15cfad96f80334e8761 (patch) | |
tree | a4ced3d4f268a53d454ac567cd25d515af8d17d8 /games | |
parent | eb8c776cb21f908ec2113ad156b30c118cb1f580 (diff) | |
download | freebsd-ports-gnome-5a6f7bfa70a177388511f15cfad96f80334e8761.tar.gz freebsd-ports-gnome-5a6f7bfa70a177388511f15cfad96f80334e8761.tar.zst freebsd-ports-gnome-5a6f7bfa70a177388511f15cfad96f80334e8761.zip |
Remove CONFLICTS on games/prboom.
PR: 188932
Submitted by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/prboom-plus/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/prboom-plus/Makefile b/games/prboom-plus/Makefile index e14f6b2dbc59..b8d629aa0f2b 100644 --- a/games/prboom-plus/Makefile +++ b/games/prboom-plus/Makefile @@ -14,8 +14,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg \ libpng.so:${PORTSDIR}/graphics/png -CONFLICTS= prboom-[2]* - USES= gmake USE_SDL= mixer net sdl NEED_ROOT= yes |