diff options
author | pav <pav@FreeBSD.org> | 2010-11-08 23:59:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-08 23:59:02 +0800 |
commit | b9eab9b3a670fd0d94dfc9ebbda00f04d7c13a63 (patch) | |
tree | b6227c64f3c64ac887d166cf954042423eea5683 | |
parent | 1ce61af87e12ac588fa1db2c28fd310b25fe2a49 (diff) | |
download | freebsd-ports-gnome-b9eab9b3a670fd0d94dfc9ebbda00f04d7c13a63.tar.gz freebsd-ports-gnome-b9eab9b3a670fd0d94dfc9ebbda00f04d7c13a63.tar.zst freebsd-ports-gnome-b9eab9b3a670fd0d94dfc9ebbda00f04d7c13a63.zip |
- Fix build: set CPP value in environment to match the value in patch
Reported by: pointyhat
-rw-r--r-- | graphics/vertex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile index 36435a7806cf..c4929a272e3e 100644 --- a/graphics/vertex/Makefile +++ b/graphics/vertex/Makefile @@ -22,8 +22,7 @@ USE_GNOME= imlib USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= UNIX - -BROKEN= does not compile +CPP= ${CXX} MAN1= ${PORTNAME}.1 |