diff options
-rw-r--r-- | x11/fltk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 5f5cccab102..3259c6dd62d 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2013/12/11 15:46:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.82 2013/12/12 08:47:24 obache Exp $ DISTNAME= fltk-1.1.10-source PKGNAME= ${DISTNAME:S/-source//} @@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --enable-libtool=${LIBTOOL:Q} CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= ac_cv_have_overlay=yes +.include "../../mk/bsd.prefs.mk" + PLIST_VARS+= cs # case-sensitive .if !exists(./descr) && ${OPSYS} != "Darwin" CONFIGURE_ARGS+= --with-links |