diff options
-rw-r--r-- | print/panda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/panda/Makefile b/print/panda/Makefile index 197a4697a495..277580398b9d 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -3,7 +3,7 @@ PORTNAME= panda PORTVERSION= 0.5.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= print MASTER_SITES= SF \ SAVANNAH \ @@ -21,7 +21,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-berkeley-db CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include -LIBS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib +LIBS+= -lz -L${BDB_LIB_DIR} -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= autoreconf bdb dos2unix gmake jpeg libtool pathfix pkgconfig tar:bzip2 DOS2UNIX_GLOB= *.c |