diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-03 16:07:35 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-03 16:07:35 +0000 |
commit | 5a4f6b5dbf506eb2680e723e2bd5434399f664ac (patch) | |
tree | 8099a3e27333d58ed6b2d01df546a6749d870522 /x11/gdm | |
parent | fc98790a2c32a78811f335e5c9feaa417a9de465 (diff) |
Notes
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 12a00b091065..041a55da6cd6 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -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 \ |