diff options
Diffstat (limited to 'misc/pointless')
-rw-r--r-- | misc/pointless/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pointless/Makefile b/misc/pointless/Makefile index b75bea2783b2..f4b31932f1c5 100644 --- a/misc/pointless/Makefile +++ b/misc/pointless/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes USE_PYTHON= yes -USE_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS+= --prefix=${PREFIX} --program-transform-name="" CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib/${PYTHON_VERSION}/config/ |