diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-24 18:39:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-24 18:39:34 +0000 |
commit | d75e2fe6e72002bd993c9ac45fcf13f1393557e5 (patch) | |
tree | 1d554e6c82e35850386bc8387ad4f289c5075e6b | |
parent | Update to the 20150222 snapshot of GCC 5.0. (diff) |
Back out r379585, this breaks configure on freebsd head and thus packaging of xorg-apps and xorg
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=379833
-rw-r--r-- | x11/sessreg/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile index 567f4fb224c3..3b6fb7f571a3 100644 --- a/x11/sessreg/Makefile +++ b/x11/sessreg/Makefile @@ -7,11 +7,8 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Manage utmp/wtmp entries for non-init X clients -BUILD_DEPENDS= tradcpp:${PORTSDIR}/devel/tradcpp - XORG_CAT= app USE_XORG= x11 -CPP= tradcpp PLIST_FILES= bin/sessreg man/man1/sessreg.1.gz |