diff options
Diffstat (limited to 'graphics/grafx2')
-rw-r--r-- | graphics/grafx2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 90d2ef05a692..b6ba738bace3 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -11,8 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pixelart-oriented bitmap painting program -LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libX11.so:${PORTSDIR}/x11/libX11 \ + libpng15.so:${PORTSDIR}/graphics/png USES= gmake pkgconfig USE_SDL= sdl image |