diff options
Diffstat (limited to 'comms/flwrap/Makefile')
-rw-r--r-- | comms/flwrap/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/flwrap/Makefile b/comms/flwrap/Makefile index cb23bb35e5ae..e0633e8a204f 100644 --- a/comms/flwrap/Makefile +++ b/comms/flwrap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flwrap -# Date created: January 23 2011 -# Whom: Diane Bruce <db@db.net> -# +# Created by: Diane Bruce <db@db.net> # $FreeBSD$ -# PORTNAME= flwrap PORTVERSION= 1.3.4 @@ -22,6 +18,7 @@ GNU_CONFIGURE= yes USE_DOS2UNIX= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \ -e 's|^CPPFLAGS|#CPPFLAGS|' \ |