diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
commit | 737bed69235f6656811e04b0cec49ae13226eb72 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /games/py-fife/Makefile | |
parent | c51f1c92df29f3db28147fb023e98b8c93ff06e8 (diff) |
Notes
Diffstat (limited to 'games/py-fife/Makefile')
-rw-r--r-- | games/py-fife/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 5a97aa4e1d48..348fd951c699 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -39,7 +39,7 @@ USE_PYTHON= 2.7 USE_XORG= xcursor USE_GL= gl -USE_PKGCONFIG= build +USES= pkgconfig post-patch: ${REINPLACE_CMD} -e 's/X11R6/local/g; s/libpng/ligpng15/g' ${WRKSRC}/build/openbsd4-config.py && \ |