summaryrefslogtreecommitdiff
path: root/manifests/gd/v_0_7_4.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/gd/v_0_7_4.pp')
-rw-r--r--manifests/gd/v_0_7_4.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/gd/v_0_7_4.pp b/manifests/gd/v_0_7_4.pp
new file mode 100644
index 0000000..9027ecb
--- /dev/null
+++ b/manifests/gd/v_0_7_4.pp
@@ -0,0 +1,5 @@
+class rubygems::gd::v_0_7_4 {
+ rubygems::gem{ 'ruby-gd-0.7.4':
+ buildflags => '--with-freetype',
+ }
+}