freebsd-ports/graphics/osg/files/patch-Make::makedirdefs
Maho Nakata 8c30d10666 a) Update to 0.9.4.2
b) take over maintainer ship to
   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
   (from ports@)

PR:             54793
Submitted by:   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2003-07-29 15:53:05 +00:00

15 lines
256 B
Plaintext

--- Make/makedirdefs.orig Tue Jul 22 21:12:55 2003
+++ Make/makedirdefs Tue Jul 22 21:13:50 2003
@@ -58,9 +58,11 @@
ifneq ($(OS),Darwin)
ifneq ($(OS),SunOS)
ifneq ($(OS),IRIX)
+ifneq ($(OS),FreeBSD)
PLUGIN_DIRS += geo
+endif
endif
endif
endif