diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-03-25 14:08:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-03-25 14:08:41 +0800 |
commit | 8f60391d6288508f9ced3514a3a9a3b4a0e09f50 (patch) | |
tree | dbb73244530702e5497b61d7db1acea9b4a45529 /games | |
parent | f7de48390b92a532105ba30e5952a576a3ba1e80 (diff) | |
download | freebsd-ports-gnome-8f60391d6288508f9ced3514a3a9a3b4a0e09f50.tar.gz freebsd-ports-gnome-8f60391d6288508f9ced3514a3a9a3b4a0e09f50.tar.zst freebsd-ports-gnome-8f60391d6288508f9ced3514a3a9a3b4a0e09f50.zip |
- fix build after shlib bump of xmlwrapp
Diffstat (limited to 'games')
-rw-r--r-- | games/burrtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile index bbaa406d5799..55c0ad796903 100644 --- a/games/burrtools/Makefile +++ b/games/burrtools/Makefile @@ -14,8 +14,8 @@ COMMENT= A puzzle solver LICENSE= GPLv3 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - xmlwrapp.5:${PORTSDIR}/textproc/xmlwrapp \ - fltk.1:${PORTSDIR}/x11-toolkits/fltk \ + xmlwrapp:${PORTSDIR}/textproc/xmlwrapp \ + fltk:${PORTSDIR}/x11-toolkits/fltk \ boost_thread:${PORTSDIR}/devel/boost-libs USE_XORG= x11 xt xext xmu xi |