diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-25 15:38:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-25 15:38:01 +0800 |
commit | 013154fa41cef0e4beb449cc39ecc6b46e52570d (patch) | |
tree | 27fa85b431b3668add0ea0a53c4ceb2da129c732 /x11 | |
parent | 77a5a9e293efba5f01393edca393359e5bda8a6e (diff) | |
download | freebsd-ports-gnome-013154fa41cef0e4beb449cc39ecc6b46e52570d.tar.gz freebsd-ports-gnome-013154fa41cef0e4beb449cc39ecc6b46e52570d.tar.zst freebsd-ports-gnome-013154fa41cef0e4beb449cc39ecc6b46e52570d.zip |
Switch to USES=libtool
Strip binaries
Diffstat (limited to 'x11')
-rw-r--r-- | x11/startup-notification/Makefile | 9 | ||||
-rw-r--r-- | x11/startup-notification/pkg-plist | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index cedaea75997a..29c0c348765d 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -4,7 +4,7 @@ PORTNAME= startup-notification PORTVERSION= 0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/ DIST_SUBDIR= gnome2 @@ -12,16 +12,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library that supports startup notification spec from freedesktop.org -LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util +LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util USE_XORG= x11 -USE_AUTOTOOLS= libtool -USES= gmake pathfix pkgconfig -USE_GNOME= ltasneededhack +USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=ac_cv_lib_ICE_IceConnectionNumber=no +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/x11/startup-notification/pkg-plist b/x11/startup-notification/pkg-plist index 097d619f7714..5f87f8158fbc 100644 --- a/x11/startup-notification/pkg-plist +++ b/x11/startup-notification/pkg-plist @@ -5,9 +5,9 @@ include/startup-notification-1.0/libsn/sn-monitor.h include/startup-notification-1.0/libsn/sn-util.h include/startup-notification-1.0/libsn/sn.h lib/libstartup-notification-1.a -lib/libstartup-notification-1.la lib/libstartup-notification-1.so lib/libstartup-notification-1.so.0 +lib/libstartup-notification-1.so.0.0.0 libdata/pkgconfig/libstartup-notification-1.0.pc @dirrm include/startup-notification-1.0/libsn @dirrm include/startup-notification-1.0 |