diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
commit | 3bc5e40254426847ecde2acbbfab3d3fbc8e20a6 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /x11/fltk/Makefile | |
parent | bbec7d214062528a54ab29394f673c001a251e76 (diff) | |
download | pkgsrc-3bc5e40254426847ecde2acbbfab3d3fbc8e20a6.tar.gz |
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r-- | x11/fltk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index bc94e340df1..81132fe4f6d 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/05/26 06:37:45 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/06/10 00:08:49 jlam Exp $ # DISTNAME= ${PKGNAME}-source @@ -32,8 +32,6 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CPPFLAGS+= -I${BUILDLINK_INCDIR} LDFLAGS+= -L${BUILDLINK_LIBDIR} -pre-configure: ${BUILDLINK_TARGETS} - test: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} test |