svn commit: r551326 - head/x11/gdm
Mateusz Piotrowski
0mp at FreeBSD.org
Sat Oct 3 16:07:35 UTC 2020
Author: 0mp
Date: Sat Oct 3 16:07:35 2020
New Revision: 551326
URL: https://svnweb.freebsd.org/changeset/ports/551326
Log:
x11/gdm: Switch to USES=localbase
Approved by: portmgr blanket
Modified:
head/x11/gdm/Makefile
Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile Sat Oct 3 16:00:21 2020 (r551325)
+++ head/x11/gdm/Makefile Sat Oct 3 16:07:35 2020 (r551326)
@@ -43,7 +43,7 @@ GROUPS= gdm video
PORTSCOUT= limitw:1,even
-USES= cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg
+USES= cpe gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig tar:xz xorg
CPE_VENDOR= gnome
CPE_PRODUCT= gnome_display_manager
USE_GNOME= cairo dconf gtk30 intltool introspection
@@ -82,8 +82,7 @@ CONFIGURE_ARGS= --disable-static \
# this is a hack until we can get our own pam dir and dir in order.
CONFIGURE_ARGS+=--with-default-pam-config=redhat
-CPPFLAGS+= -I${LOCALBASE}/include -DHAS_SA_LEN
-LDFLAGS+= -L${LOCALBASE}/lib
+CPPFLAGS+= -DHAS_SA_LEN
INSTALL_TARGET= install-strip
SUB_FILES+= gdm-launch-environment \
More information about the svn-ports-all
mailing list