aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-17 12:16:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-17 12:16:16 +0000
commitf2ca55d5b1ccbeb23f6519c56f0e56a73fd1164c (patch)
tree172a92a0bca6a04d2428de9d4481e2d83dfb7707 /comms
parent76ddd8607abe4689811d935aa6152bafbe620c0a (diff)
downloadports-f2ca55d5b1ccbeb23f6519c56f0e56a73fd1164c.tar.gz
ports-f2ca55d5b1ccbeb23f6519c56f0e56a73fd1164c.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/hamfax/Makefile10
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>