Date: Mon, 9 Jun 2014 20:40:41 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357203 - head/x11/xdm Message-ID: <201406092040.s59Kef0R021201@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jun 9 20:40:41 2014 New Revision: 357203 URL: http://svnweb.freebsd.org/changeset/ports/357203 QAT: https://qat.redports.org/buildarchive/r357203/ Log: - Add missing USES=libtool Approved by: portmgr blanket Modified: head/x11/xdm/Makefile head/x11/xdm/pkg-plist Modified: head/x11/xdm/Makefile ============================================================================== --- head/x11/xdm/Makefile Mon Jun 9 20:20:42 2014 (r357202) +++ head/x11/xdm/Makefile Mon Jun 9 20:40:41 2014 (r357203) @@ -2,7 +2,7 @@ PORTNAME= xdm PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,6 +14,7 @@ XORG_CAT= app USE_XORG= xmu x11 xau xinerama xpm xdmcp xt xext xaw CONFIGURE_ARGS+= --with-xdmconfigdir=${EXAMPLESDIR} \ --with-xdmscriptdir=${EXAMPLESDIR} +USES= libtool CFFILES= GiveConsole TakeConsole Xaccess Xreset Xresources \ Xservers Xsession Xsetup_0 Xstartup Xwilling xdm-config Modified: head/x11/xdm/pkg-plist ============================================================================== --- head/x11/xdm/pkg-plist Mon Jun 9 20:20:42 2014 (r357202) +++ head/x11/xdm/pkg-plist Mon Jun 9 20:40:41 2014 (r357203) @@ -2,7 +2,6 @@ bin/xdm %%XDMSHELL%%bin/xdmshell lib/X11/xdm/authdir lib/X11/xdm/chooser -lib/X11/xdm/libXdmGreet.la lib/X11/xdm/libXdmGreet.so lib/X11/xdm/pixmaps/xorg-bw.xpm lib/X11/xdm/pixmaps/xorg.xpm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406092040.s59Kef0R021201>