diff options
author | kris <kris@FreeBSD.org> | 2007-02-10 14:05:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-10 14:05:06 +0800 |
commit | 7cec0aff538bd1247a8696e8d885def0884191a2 (patch) | |
tree | 66ed2730739548863faec636954851947bd93357 /x11 | |
parent | b4d5ce502d5f7617170d7f6a6efd5d218c074d6f (diff) | |
download | freebsd-ports-gnome-7cec0aff538bd1247a8696e8d885def0884191a2.tar.gz freebsd-ports-gnome-7cec0aff538bd1247a8696e8d885def0884191a2.tar.zst freebsd-ports-gnome-7cec0aff538bd1247a8696e8d885def0884191a2.zip |
Use libtool15 port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnomemm/Makefile | 1 | ||||
-rw-r--r-- | x11/libxfce4mcs/Makefile | 1 | ||||
-rw-r--r-- | x11/libxfce4mcs/pkg-plist | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/x11/libgnomemm/Makefile b/x11/libgnomemm/Makefile index 9a7a7249de12..414667325b79 100644 --- a/x11/libgnomemm/Makefile +++ b/x11/libgnomemm/Makefile @@ -19,6 +19,7 @@ COMMENT= C++ wrapper for libgnome library LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnome diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile index 6508e0b7c9d3..5321e278c0ca 100644 --- a/x11/libxfce4mcs/Makefile +++ b/x11/libxfce4mcs/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings management library used by most XFce 4 modules +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETTEXT= yes diff --git a/x11/libxfce4mcs/pkg-plist b/x11/libxfce4mcs/pkg-plist index 913ac3aa4e09..8df682bda1e8 100644 --- a/x11/libxfce4mcs/pkg-plist +++ b/x11/libxfce4mcs/pkg-plist @@ -2,9 +2,11 @@ include/xfce4/libxfce4mcs/mcs-client.h include/xfce4/libxfce4mcs/mcs-client-enum-types.h include/xfce4/libxfce4mcs/mcs-common.h include/xfce4/libxfce4mcs/mcs-manager.h +lib/libxfce4mcs-client.a lib/libxfce4mcs-client.la lib/libxfce4mcs-client.so lib/libxfce4mcs-client.so.3 +lib/libxfce4mcs-manager.a lib/libxfce4mcs-manager.la lib/libxfce4mcs-manager.so lib/libxfce4mcs-manager.so.3 |