diff options
author | knu <knu@FreeBSD.org> | 2000-10-16 17:38:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-16 17:38:27 +0800 |
commit | a57b568e4a291fb1cc452d9382a307c85fbfc620 (patch) | |
tree | c89b7a7eff0389bf739cf4e2532cb819964289cb /graphics/ruby-ming/files | |
parent | 5ad7472c57690d0763be26ee75198204c1b6c3f7 (diff) | |
download | freebsd-ports-gnome-a57b568e4a291fb1cc452d9382a307c85fbfc620.tar.gz freebsd-ports-gnome-a57b568e4a291fb1cc452d9382a307c85fbfc620.tar.zst freebsd-ports-gnome-a57b568e4a291fb1cc452d9382a307c85fbfc620.zip |
Add ruby-ming, Ruby module for the Ming library which allows you to
create Flash (TM) movies.
Diffstat (limited to 'graphics/ruby-ming/files')
-rw-r--r-- | graphics/ruby-ming/files/patch-depend | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/ruby-ming/files/patch-depend b/graphics/ruby-ming/files/patch-depend new file mode 100644 index 000000000000..3af7c1ae3ad6 --- /dev/null +++ b/graphics/ruby-ming/files/patch-depend @@ -0,0 +1,17 @@ +--- depend.orig Fri Oct 13 15:26:31 2000 ++++ depend Mon Oct 16 17:55:07 2000 +@@ -1,4 +1,4 @@ +-SWIGINC= ../py_ext ++SWIGINC= . + + OBJS+= ming_wrap.o + +@@ -7,7 +7,7 @@ + ming_wrap.o: ming_wrap.c + + ming_wrap.c: ${SWIGINC}/blocklist.i ${SWIGINC}/blocktypes.i ${SWIGINC}/ming.i ${SWIGINC}/swf.i +- swig -I${SWIGINC} -ruby ${SWIGINC}/ming.i ++ swig1.3 -I${SWIGINC} -ruby ${SWIGINC}/ming.i + + clean: clean_local + |