diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 12:31:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-31 12:31:46 +0000 |
commit | c75e581fef60fba8387e9eceda398272b7e4506d (patch) | |
tree | a49827a62441608623faec74ef5184cb19cbd858 /misc/pointless/Makefile | |
parent | cdf7bf03b42360dd043c4ffb23be01e5719bdfcd (diff) | |
download | ports-c75e581fef60fba8387e9eceda398272b7e4506d.tar.gz ports-c75e581fef60fba8387e9eceda398272b7e4506d.zip |
Notes
Diffstat (limited to 'misc/pointless/Makefile')
-rw-r--r-- | misc/pointless/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/pointless/Makefile b/misc/pointless/Makefile index 9fb44e2d4de3..55294c1e7652 100644 --- a/misc/pointless/Makefile +++ b/misc/pointless/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pointless -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,12 +30,16 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_MESA= yes USE_PYTHON= yes +PYTHON_VERSION= python2.2 HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include MAN1= pointless.1 +CXXFLAGS= -DHAVE_PYTHON2_2 + pre-fetch: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes @${ECHO} "" |