diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
commit | 7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /x11/gdm | |
parent | b3175cfda759707ed077a4649b634cad8934eb1b (diff) | |
download | freebsd-ports-gnome-7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae.tar.gz freebsd-ports-gnome-7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae.tar.zst freebsd-ports-gnome-7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae.zip |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 4e9c4d9ef468..4d26a3f4d2bc 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -156,9 +156,4 @@ post-install: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \ | /usr/bin/fmt 75 79 > ${PKGMESSAGE} -# logwtmp lives here. -.if ${OSVERSION} < 900000 -CONFIGLIBS+= -lutil -.endif - .include <bsd.port.mk> |