mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Use USE_PKGCONFIG macro
- Add patch when NLS is unset - Remove USE_AUTOTOOLS (libtool) macro Submitted by: myself Approved by: miwi, rene (mentors)
This commit is contained in:
parent
a39410a82b
commit
196868e1bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302357
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= tumbler
|
||||
PORTVERSION= 0.1.25
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
PKGNAMEPREFIX= xfce4-
|
||||
@ -23,10 +23,10 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= glib20 gnomehack intltool intlhack pkgconfig
|
||||
USE_GNOME= glib20 gnomehack intltool intlhack
|
||||
USE_LDCONFIG= yes
|
||||
USE_XFCE= configenv
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
CONFIGURE_ARGS= --enable-xdg-cache \
|
||||
--disable-gtk-doc-html
|
||||
@ -126,4 +126,9 @@ CONFIGURE_ARGS+=--disable-raw-thumbnailer
|
||||
PLIST_SUB+= RAW="@comment "
|
||||
.endif
|
||||
|
||||
.if empty(PORT_OPTIONS:MNLS)
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's| po||' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user