diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-03 22:01:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-03 22:01:27 +0000 |
commit | 5627ce909d1e78af757e2276811fd0c0b10957da (patch) | |
tree | 008b8963a6dc54ceff10ddc350cce0b12ad2d981 /graphics/zphoto/Makefile | |
parent | Update 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/Makefile | 5 |
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 |