diff options
Diffstat (limited to 'graphics/pngnq/Makefile')
-rw-r--r-- | graphics/pngnq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/pngnq/Makefile b/graphics/pngnq/Makefile index bd6e98d2ce4a..7482430ed0d8 100644 --- a/graphics/pngnq/Makefile +++ b/graphics/pngnq/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= LIBS=-lpng -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lpng USES= pkgconfig |