diff options
Diffstat (limited to 'games/supertux2/Makefile')
-rw-r--r-- | games/supertux2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/supertux2/Makefile b/games/supertux2/Makefile index 341a3b10bd31..529b3900b5e9 100644 --- a/games/supertux2/Makefile +++ b/games/supertux2/Makefile @@ -9,10 +9,10 @@ PKGNAMESUFFIX= 2 MAINTAINER= makc@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers -BUILD_DEPENDS= ${LOCALBASE}/include/boost/smart_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libvorbis.so:${PORTSDIR}/audio/libvorbis +BUILD_DEPENDS= ${LOCALBASE}/include/boost/smart_ptr.hpp:devel/boost-libs +LIB_DEPENDS= libphysfs.so:devel/physfs \ + libcurl.so:ftp/curl \ + libvorbis.so:audio/libvorbis BROKEN_FreeBSD_10= does not build on 10.x |