diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 06:22:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 06:22:32 +0000 |
commit | 587193cc3d82c842a40453958d4d4723204dbab3 (patch) | |
tree | 2ff6ba83590385c2ceb19f72de37d8755291e15d /math/surf | |
parent | e801d0068e1e6e1f83dd346d799fe54db94af059 (diff) |
Notes
Diffstat (limited to 'math/surf')
-rw-r--r-- | math/surf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index 221e60e5ef3f..c409086dc8a2 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= surf.1 |