1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Keep the .la file it might be reference by la files from ports depending on this one

and result in hard to debug failures for people building ports with portupgrade/portmaster

Discussed with:	tijl
This commit is contained in:
Baptiste Daroussin 2014-04-25 09:53:21 +00:00
parent 57e84c9330
commit 863f7524ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352101
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
PORTNAME= startup-notification
PORTVERSION= 0.12
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/
DIST_SUBDIR= gnome2
@ -15,7 +15,7 @@ COMMENT= Library that supports startup notification spec from freedesktop.org
LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util
USE_XORG= x11
USES= gmake libtool pathfix pkgconfig
USES= gmake libtool:keepla pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -5,6 +5,7 @@ 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