diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-24 21:59:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-24 21:59:04 +0800 |
commit | d8706bda5adb302f7655fc2fff6d9c9a824c3e82 (patch) | |
tree | 2e132ba78b93d0b759baf0e544e3e163f1b699b2 /games | |
parent | 87a86e9e0890979332283ef6d769c694ca2494f2 (diff) | |
download | freebsd-ports-gnome-d8706bda5adb302f7655fc2fff6d9c9a824c3e82.tar.gz freebsd-ports-gnome-d8706bda5adb302f7655fc2fff6d9c9a824c3e82.tar.zst freebsd-ports-gnome-d8706bda5adb302f7655fc2fff6d9c9a824c3e82.zip |
Properly support png 1.5
Diffstat (limited to 'games')
-rw-r--r-- | games/quadra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quadra/Makefile b/games/quadra/Makefile index 4504059b59c5..930a0b7835d3 100644 --- a/games/quadra/Makefile +++ b/games/quadra/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://kbrandt.sdf-eu.org/FreeBSD/distfiles/ \ MAINTAINER= kbrandt@sdf-eu.org COMMENT= Tetris like game with multiplayer support -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USES= gmake tar:bzip2 USE_SDL= sdl @@ -20,7 +20,7 @@ USE_XORG= x11 xau xdmcp USE_AUTOTOOLS= autoconf autoheader GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include/libpng15 +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} \ |