diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-05-25 02:24:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-05-25 02:24:11 +0000 |
commit | dcdae6e2a983e7fd8574ea3abd2ed7e37a673060 (patch) | |
tree | 8befb9bf09bdbcc286ce7215ee4257b90cae9242 /graphics/wings | |
parent | - Update to 114 (diff) |
- Add PORTSCOUT
Diffstat (limited to 'graphics/wings')
-rw-r--r-- | graphics/wings/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index 84887ad0d85b..7c2f5bdefd1d 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -29,6 +29,8 @@ SUB_FILES= wings.sh USE_BZIP2= yes USE_GMAKE= yes +PORTSCOUT= limitw:1,even + post-patch: @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/plugins_src/accel/Makefile |