summaryrefslogtreecommitdiff
path: root/graphics/zphoto/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-05-03 22:01:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-05-03 22:01:27 +0000
commit5627ce909d1e78af757e2276811fd0c0b10957da (patch)
tree008b8963a6dc54ceff10ddc350cce0b12ad2d981 /graphics/zphoto/Makefile
parentUpdate to 0.99.9.1. (diff)
Change to use: PTHREAD_LIBS and PTHREAD_CFLAGS.
Remove patch-configure. PR: ports/51452 Submitted by: maintainer
Diffstat (limited to 'graphics/zphoto/Makefile')
-rw-r--r--graphics/zphoto/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile
index 04da5d6a16cf..79e0591dc388 100644
--- a/graphics/zphoto/Makefile
+++ b/graphics/zphoto/Makefile
@@ -21,8 +21,9 @@ LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-pthread -L${LOCALBASE}/lib" \
- CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
+ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming \
+ ${PTHREAD_CFLAGS}"
USE_GMAKE= yes
USE_XLIB= yes