diff options
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 0471f34d9266..ba849736d7eb 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -6,14 +6,13 @@ # PORTNAME= xfce -PORTVERSION= 3.8.14c -PORTREVISION= 1 +PORTVERSION= 3.8.16 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.xfce.org/archive/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= nakai@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ iconv.3:${PORTSDIR}/converters/libiconv \ @@ -57,8 +56,11 @@ pre-everything:: .endif pre-patch: - @${PERL} -pi -e \ - 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|=aclocal|=${TRUE}|g ; \ + s|=autoconf|=${TRUE}|g ; \ + s|=automake|=${TRUE}|g ; \ + s|=autoheader|=${TRUE}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c @${PERL} -pi -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in |