diff options
author | db <db@FreeBSD.org> | 2011-12-08 23:50:57 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2011-12-08 23:50:57 +0800 |
commit | 988ef76c22b64526bc231ca673ac40ff8375d651 (patch) | |
tree | 6f11034bcf0b28e5d93226104a3c3fdda363a9e6 /comms | |
parent | 6964fde317b49964be092b444f70682e8f132bcf (diff) | |
download | freebsd-ports-gnome-988ef76c22b64526bc231ca673ac40ff8375d651.tar.gz freebsd-ports-gnome-988ef76c22b64526bc231ca673ac40ff8375d651.tar.zst freebsd-ports-gnome-988ef76c22b64526bc231ca673ac40ff8375d651.zip |
- Unbreak flwrap
- Use fltk11 instead of fltk for now.
Feature safe: yes
Diffstat (limited to 'comms')
-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}|' \ |