diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-17 12:16:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-17 12:16:16 +0000 |
commit | f2ca55d5b1ccbeb23f6519c56f0e56a73fd1164c (patch) | |
tree | 172a92a0bca6a04d2428de9d4481e2d83dfb7707 /comms | |
parent | Update to 0.87 (diff) |
- Remove unneeded reference to -lcipher, which was removed from -CURRENT
half year ago. Unbreak.
Notes
Notes:
svn path=/head/; revision=101196
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hamfax/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/comms/hamfax/Makefile b/comms/hamfax/Makefile index 1559da9138d8..34287f87543b 100644 --- a/comms/hamfax/Makefile +++ b/comms/hamfax/Makefile @@ -21,15 +21,9 @@ USE_QT_VER= 3 USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ ${PTHREAD_CFLAGS}" \ - LIBS="-lcipher ${PTHREAD_LIBS}" CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="${PTHREAD_LIBS}" CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes USE_BZIP2= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502102 -BROKEN= "Configure fails" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |