diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-08 07:46:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-08 07:46:33 +0800 |
commit | bbbd0386c6efea65a3c6b6d1ecec508b715fb332 (patch) | |
tree | 520c3027ec49a3bec8ada7753d2d3dfa38259e18 /graphics/stl2pov | |
parent | 81148feedcf40400bc8803ee0c0cc32818028212 (diff) | |
download | freebsd-ports-graphics-bbbd0386c6efea65a3c6b6d1ecec508b715fb332.tar.gz freebsd-ports-graphics-bbbd0386c6efea65a3c6b6d1ecec508b715fb332.tar.zst freebsd-ports-graphics-bbbd0386c6efea65a3c6b6d1ecec508b715fb332.zip |
Remove USE_REINPLACE for categories starting with a G
Diffstat (limited to 'graphics/stl2pov')
-rw-r--r-- | graphics/stl2pov/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/stl2pov/Makefile b/graphics/stl2pov/Makefile index 8c8c98a7611..7c56e337655 100644 --- a/graphics/stl2pov/Makefile +++ b/graphics/stl2pov/Makefile @@ -12,8 +12,6 @@ MASTER_SITES= http://www.xs4all.nl/~rsmith/software/ MAINTAINER= rsmith@xs4all.nl COMMENT= Converts STL models to POV-Ray meshes -USE_REINPLACE= yes - PLIST_FILES= bin/stl2pov MAN1= stl2pov.1 |