diff options
| author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-28 10:51:58 +0000 |
|---|---|---|
| committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-28 10:51:58 +0000 |
| commit | 100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9 (patch) | |
| tree | ae18db5e53b8dc7dbd4ce8e2d3f0eec05e53d1f4 /sysutils/respond | |
| parent | - Fix crash (diff) | |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr
Diffstat (limited to 'sysutils/respond')
| -rw-r--r-- | sysutils/respond/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/respond/Makefile b/sysutils/respond/Makefile index 1cbda3ac6bb4..f93eecbb5e1e 100644 --- a/sysutils/respond/Makefile +++ b/sysutils/respond/Makefile @@ -19,7 +19,6 @@ MANCOMPRESSED= maybe MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - MANEXT=${MANEXT} \ - PTHREAD_LIBS="${PTHREAD_LIBS}" + MANEXT=${MANEXT} .include <bsd.port.mk> |
