diff options
author | ade <ade@FreeBSD.org> | 2006-03-02 11:11:55 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-03-02 11:11:55 +0800 |
commit | 208d455327cf0cb42b8eb6e9fcc8326dcc1e3fd4 (patch) | |
tree | 7ad8b0c85b7b912dd9826a7d49b2964095c90b46 | |
parent | 36f346f81b853ae15eb3216ff60846154b83857f (diff) | |
download | freebsd-ports-gnome-208d455327cf0cb42b8eb6e9fcc8326dcc1e3fd4.tar.gz freebsd-ports-gnome-208d455327cf0cb42b8eb6e9fcc8326dcc1e3fd4.tar.zst freebsd-ports-gnome-208d455327cf0cb42b8eb6e9fcc8326dcc1e3fd4.zip |
Fix up a little more post-libtool fallout
Submitted by: various
Approved by: portmgr (implicit)
-rw-r--r-- | chinese/scim-pinyin/Makefile | 2 | ||||
-rw-r--r-- | chinese/scim-pinyin/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/gxine/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gxine/pkg-plist | 4 |
4 files changed, 7 insertions, 4 deletions
diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile index 4095fd682e44..d11caff9f389 100644 --- a/chinese/scim-pinyin/Makefile +++ b/chinese/scim-pinyin/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomehack lthack USE_X_PREFIX= yes USE_ICONV= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/chinese/scim-pinyin/pkg-plist b/chinese/scim-pinyin/pkg-plist index 7fa53251a374..71917778a593 100644 --- a/chinese/scim-pinyin/pkg-plist +++ b/chinese/scim-pinyin/pkg-plist @@ -18,6 +18,7 @@ share/scim/pinyin/pinyin_table share/scim/pinyin/special_table share/scim/icons/smart-pinyin.png %%SKIM%%@cwd %%LOCALBASE%% +%%SKIM%%lib/kde3/kcm_skimplugin_scim_smartpinyin.a %%SKIM%%lib/kde3/kcm_skimplugin_scim_smartpinyin.la %%SKIM%%lib/kde3/kcm_skimplugin_scim_smartpinyin.so %%SKIM%%share/services/skimconfiguredialog/skimplugin_scim_smartpinyin_config.desktop diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 7ffe9b390626..879ec638e977 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gxine PORTVERSION= 0.3.3 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xine @@ -18,7 +18,7 @@ COMMENT= An alternative GUI for the Xine media player LIB_DEPENDS= xine.15:${PORTSDIR}/multimedia/libxine USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gtk20 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib" diff --git a/multimedia/gxine/pkg-plist b/multimedia/gxine/pkg-plist index ef1fd2215ffa..c76ad9a66ab8 100644 --- a/multimedia/gxine/pkg-plist +++ b/multimedia/gxine/pkg-plist @@ -7,9 +7,11 @@ share/gxine/pixmaps/wizards.png share/gxine/pixmaps/splash.png share/gxine/mediamarks share/gnome/apps/Multimedia/gxine.desktop -lib/gxine/gxineplugin.so lib/gxine/gxineplugin.a lib/gxine/gxineplugin.la +lib/gxine/gxineplugin.so +lib/browser_plugins/gxineplugin.a +lib/browser_plugins/gxineplugin.la lib/browser_plugins/gxineplugin.so @dirrm share/gxine/pixmaps @dirrm share/gxine |