diff options
author | marino <marino@pkgsrc.org> | 2012-10-08 08:04:28 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-10-08 08:04:28 +0000 |
commit | dac159b3f2bdfccf25683bfa4508523abfe51828 (patch) | |
tree | 6a458fea0927dd49ba77400d69671f5ffe434273 /graphics/gdk-pixbuf2/Makefile.version | |
parent | 0891d27143f5304bea6695ff59b31ad6c3c24ec0 (diff) | |
download | pkgsrc-dac159b3f2bdfccf25683bfa4508523abfe51828.tar.gz |
graphics/gdk-pixbuf2*: Fix base sync problem permanently
gdk-pixbuf2, gdk-pixbuf2-jasper, and gdk-pixbuf2-xlib have been manually
synced. Usually the base package would get updated and the others would
be forgotten resulting in an unnecessary mismatch.
Create a common makefile to permanently fix this problem.
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile.version')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile.version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile.version b/graphics/gdk-pixbuf2/Makefile.version new file mode 100644 index 00000000000..ccca6449d7b --- /dev/null +++ b/graphics/gdk-pixbuf2/Makefile.version @@ -0,0 +1,2 @@ +PIXBUF2_VERSION= 2.26.4 +MSITE_VERSION= 2.26 |