aboutsummaryrefslogtreecommitdiff
path: root/games/xbubble/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-24 12:26:45 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-24 12:26:45 +0000
commitb6756efc94a89dc7d74e9d88e89995733fc3779a (patch)
tree961b4a47b93f39e848f6d51cf4645c31939b34e3 /games/xbubble/Makefile
parentb73d34a63c0582e64e78c57a23eb53f75148330b (diff)
downloadports-b6756efc94a89dc7d74e9d88e89995733fc3779a.tar.gz
ports-b6756efc94a89dc7d74e9d88e89995733fc3779a.zip
Properly support png 1.5
Obtained from: OpenBSD ports
Notes
Notes: svn path=/head/; revision=375449
Diffstat (limited to 'games/xbubble/Makefile')
-rw-r--r--games/xbubble/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile
index c4317f12efc2..94b578804028 100644
--- a/games/xbubble/Makefile
+++ b/games/xbubble/Makefile
@@ -13,13 +13,13 @@ COMMENT= Puzzle Bobble clone for Unix/X11 platforms
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
USE_XORG= x11 xmu
GNU_CONFIGURE= yes
USES= gmake
-CPPFLAGS+= -I${LOCALBASE}/include/libpng15
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS