diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/burrtools | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'games/burrtools')
-rw-r--r-- | games/burrtools/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile index ed84979979d6..40e566a857d4 100644 --- a/games/burrtools/Makefile +++ b/games/burrtools/Makefile @@ -12,11 +12,11 @@ COMMENT= Puzzle solver LICENSE= GPLv3 -BUILD_DEPENDS= netpbm>0:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libpng.so:${PORTSDIR}/graphics/png \ - libxmlwrapp.so:${PORTSDIR}/textproc/xmlwrapp \ - libfltk.so:${PORTSDIR}/x11-toolkits/fltk +BUILD_DEPENDS= netpbm>0:graphics/netpbm +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libpng.so:graphics/png \ + libxmlwrapp.so:textproc/xmlwrapp \ + libfltk.so:x11-toolkits/fltk USES= gmake USE_XORG= x11 xt xext xmu xi |