diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 14:20:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 14:20:07 +0800 |
commit | 936aad9e73ee9efb918c7dedd317f37c50658771 (patch) | |
tree | 19724db37f98dd1d7b8bafe8d84f668916d22dd6 /x11 | |
parent | abc7c1042576bf8398533b9114dcf79bdda52b58 (diff) | |
download | freebsd-ports-gnome-936aad9e73ee9efb918c7dedd317f37c50658771.tar.gz freebsd-ports-gnome-936aad9e73ee9efb918c7dedd317f37c50658771.tar.zst freebsd-ports-gnome-936aad9e73ee9efb918c7dedd317f37c50658771.zip |
Use stage
Diffstat (limited to 'x11')
-rw-r--r-- | x11/slock/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/slock/Makefile b/x11/slock/Makefile index 5b22d45fdc36..f3f7097d5891 100644 --- a/x11/slock/Makefile +++ b/x11/slock/Makefile @@ -19,7 +19,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_XORG= x11 xt xproto xext -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-I/usr/include||;s|-L/usr/lib||;s|= -Os|+=|'\ -e 's|-DHAVE_SHADOW_H||' ${WRKSRC}/config.mk |