diff options
author | pav <pav@FreeBSD.org> | 2004-02-17 20:16:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-17 20:16:16 +0800 |
commit | ae1bf254c6066f46e52c35b6316a47595fd39fe2 (patch) | |
tree | 273be5778d01708d40e1b8ca75ad49b7a3f452ae /comms/hamfax | |
parent | aca5ef86448cbc3a13d598c87db5f95b0149701c (diff) | |
download | freebsd-ports-graphics-ae1bf254c6066f46e52c35b6316a47595fd39fe2.tar.gz freebsd-ports-graphics-ae1bf254c6066f46e52c35b6316a47595fd39fe2.tar.zst freebsd-ports-graphics-ae1bf254c6066f46e52c35b6316a47595fd39fe2.zip |
- Remove unneeded reference to -lcipher, which was removed from -CURRENT
half year ago. Unbreak.
Diffstat (limited to 'comms/hamfax')
-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 1559da9138d..34287f87543 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> |