diff options
author | obache <obache@pkgsrc.org> | 2013-12-12 08:47:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-12 08:47:24 +0000 |
commit | 9a1951618f5cf697ca3ec914a78539569abbbcb2 (patch) | |
tree | cdc2fc171a24fb84aa4e168b02860d3c63aa28e6 /x11 | |
parent | c677a46afed36bc07589b8a550314a204c857509 (diff) | |
download | pkgsrc-9a1951618f5cf697ca3ec914a78539569abbbcb2.tar.gz |
require bsd.prefs.mk befer refering ${OPSYS}.
Diffstat (limited to 'x11')
-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 |