diff options
Diffstat (limited to 'games/eduke32/Makefile')
-rw-r--r-- | games/eduke32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 0cbd17fcf815..cd7e59760df4 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libvpx.so:multimedia/libvpx \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= gmake pkgconfig tar:xz USE_GL= gl glu |