diff options
Diffstat (limited to 'textproc/ipdf/Makefile')
-rw-r--r-- | textproc/ipdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index a3a215dbd702..628ce5ece6cb 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -20,8 +20,8 @@ LIB_DEPENDS= pdf.8:${PORTSDIR}/print/pdflib \ tiff.4:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= ipdf.1 PLIST_FILES= bin/ipdf |