mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES Approved by: portmgr blanket
This commit is contained in:
parent
7a2f56178d
commit
99158e61c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360355
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-conf
|
||||
PORTVERSION= 4.10.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
DISTNAME= xfconf-${PORTVERSION}
|
||||
@ -16,13 +16,12 @@ BUILD_DEPENDS= p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib20 gtk20 intltool intlhack
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
USE_XFCE= configenv libutil
|
||||
USE_XORG= x11
|
||||
USES= gmake pathfix pkgconfig perl5
|
||||
USES= gmake libtool pathfix pkgconfig perl5 tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= DOCS PERL NLS
|
||||
|
||||
|
@ -4,9 +4,9 @@ include/xfce4/xfconf-0/xfconf/xfconf-channel.h
|
||||
include/xfce4/xfconf-0/xfconf/xfconf-errors.h
|
||||
include/xfce4/xfconf-0/xfconf/xfconf-types.h
|
||||
include/xfce4/xfconf-0/xfconf/xfconf.h
|
||||
lib/libxfconf-0.la
|
||||
lib/libxfconf-0.so
|
||||
lib/libxfconf-0.so.2
|
||||
lib/libxfconf-0.so.2.0.0
|
||||
lib/xfce4/xfconf/xfconfd
|
||||
libdata/pkgconfig/libxfconf-0.pc
|
||||
share/dbus-1/services/org.xfce.Xfconf.service
|
||||
|
Loading…
Reference in New Issue
Block a user