diff options
author | Diane Bruce <db@FreeBSD.org> | 2011-12-08 15:50:57 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2011-12-08 15:50:57 +0000 |
commit | 55bdcf995a33efcac186852d008cacf86e639408 (patch) | |
tree | 7817614809cb165827ca34de4630f1a26f38de9d /comms/flwrap | |
parent | 1adb47be476045e4e143017349071b438efb0510 (diff) | |
download | ports-55bdcf995a33efcac186852d008cacf86e639408.tar.gz ports-55bdcf995a33efcac186852d008cacf86e639408.zip |
Notes
Diffstat (limited to 'comms/flwrap')
-rw-r--r-- | comms/flwrap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/flwrap/Makefile b/comms/flwrap/Makefile index 34ac30b4c2e0..48201ef2d139 100644 --- a/comms/flwrap/Makefile +++ b/comms/flwrap/Makefile @@ -15,12 +15,12 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= Flwrap is a companion utility for fldigi -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk - -BROKEN= does not compile +BUILD_DEPENDS= ${LOCALBASE}/lib/fltk11/libfltk.so:${PORTSDIR}/x11-toolkits/fltk11 USE_GMAKE= yes GNU_CONFIGURE= yes +USE_DOS2UNIX= yes +CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk11/fltk-config" post-configure: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \ |