diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
commit | 816503d0c5051e291b1c9d153597bec2c0d90e3e (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /games/neverball/Makefile | |
parent | 422d267e1126322ee1278071a404f04be2383f95 (diff) | |
download | freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.gz freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.zst freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Diffstat (limited to 'games/neverball/Makefile')
-rw-r--r-- | games/neverball/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile index c744a36d1c9d..3c0dcff5f85a 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -12,9 +12,9 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tilt the floor to guide a ball through an obstacle course LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - physfs.1:${PORTSDIR}/devel/physfs + jpeg:${PORTSDIR}/graphics/jpeg \ + vorbis:${PORTSDIR}/audio/libvorbis \ + physfs:${PORTSDIR}/devel/physfs USE_GL= gl USE_SDL= sdl ttf |