- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
8bf4e8dbe0
commit
51cbd48c0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364188
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libgksu
|
||||
PORTVERSION= 2.0.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://people.debian.org/~kov/gksu/
|
||||
|
||||
|
@ -16,11 +17,12 @@ LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
|
|||
RUN_DEPENDS= xauth:${PORTSDIR}/x11/xauth \
|
||||
sudo:${PORTSDIR}/security/sudo
|
||||
|
||||
USES= desktop-file-utils gmake pkgconfig
|
||||
USES= desktop-file-utils gmake libtool pkgconfig
|
||||
USE_GNOME= glib20 gconf2
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --enable-gtk-doc=no
|
||||
GNU_CONFIGURE= yes
|
||||
GCONF_SCHEMAS= gksu.schemas
|
||||
LIBS+= `pkg-config --libs gtk+-x11-2.0`
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,9 +2,9 @@ bin/gksu-properties
|
|||
include/libgksu/gksu.h
|
||||
include/libgksu/libgksu.h
|
||||
lib/libgksu2.a
|
||||
lib/libgksu2.la
|
||||
lib/libgksu2.so
|
||||
lib/libgksu2.so.0
|
||||
lib/libgksu2.so.0.0.2
|
||||
lib/libgksu/gksu-run-helper
|
||||
libdata/pkgconfig/libgksu2.pc
|
||||
man/man1/gksu-properties.1.gz
|
||||
|
|
Loading…
Reference in a new issue