diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-04 04:18:13 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-04 04:18:13 +0800 |
commit | b5d977c1267293179b1deaadf74303780d1dcc3d (patch) | |
tree | b85b6acba969d5f08821ca6523acc427c0e9ab20 /print/libijs | |
parent | 0b822479b120df9aab7269907873dd7d9981eec3 (diff) | |
download | freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.gz freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.zst freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'print/libijs')
-rw-r--r-- | print/libijs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/libijs/Makefile b/print/libijs/Makefile index 4f3dff9a8bb2..70ef6be2da89 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -18,7 +18,7 @@ COMMENT= C library that supports plugin printer driver for Ghostscript USE_BZIP2= yes USE_GNOME= gnometarget lthack pkgconfig USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes MAN1= ijs-config.1 |