diff options
author | philip <philip@FreeBSD.org> | 2005-02-22 17:37:41 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2005-02-22 17:37:41 +0800 |
commit | 62beaf5d3b1b0d0739511b147615338b5bbc6e8e (patch) | |
tree | f77bbc998cfe3c8b4eaf4dfad894c18b9fdad6d9 /x11-themes | |
parent | 9978b3b508d49b285b8d84af945bad8d3e9d4834 (diff) | |
download | freebsd-ports-gnome-62beaf5d3b1b0d0739511b147615338b5bbc6e8e.tar.gz freebsd-ports-gnome-62beaf5d3b1b0d0739511b147615338b5bbc6e8e.tar.zst freebsd-ports-gnome-62beaf5d3b1b0d0739511b147615338b5bbc6e8e.zip |
Use libtool15 instead of libtool13. Fix pkg-plist to pacify pointyhat[1].
Spotted by: pointyhat via kris [1]
Approved by: krion
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-flat-theme2/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-flat-theme2/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-themes/gtk-flat-theme2/Makefile b/x11-themes/gtk-flat-theme2/Makefile index 953f72d0a3e9..e1c90d87af25 100644 --- a/x11-themes/gtk-flat-theme2/Makefile +++ b/x11-themes/gtk-flat-theme2/Makefile @@ -19,7 +19,7 @@ COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0 WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0 USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_GNOME= gnomehack gtk20 diff --git a/x11-themes/gtk-flat-theme2/pkg-plist b/x11-themes/gtk-flat-theme2/pkg-plist index b030b52d2116..eb3360e18d07 100644 --- a/x11-themes/gtk-flat-theme2/pkg-plist +++ b/x11-themes/gtk-flat-theme2/pkg-plist @@ -1,8 +1,6 @@ -lib/gtk-2.0/2.4.0/engines/libflat.la lib/gtk-2.0/2.4.0/engines/libflat.so share/themes/Flat/ICON.png share/themes/Flat/README.html share/themes/Flat/gtk-2.0/gtkrc -@dirrm lib/gtk-2.0/2.4.0/engines @dirrm share/themes/Flat/gtk-2.0 @dirrm share/themes/Flat |