diff options
author | antoine <antoine@FreeBSD.org> | 2015-02-25 02:39:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-02-25 02:39:34 +0800 |
commit | 97a6c9285ff02742cea21e7599264511dba2cf0a (patch) | |
tree | 1d554e6c82e35850386bc8387ad4f289c5075e6b /x11 | |
parent | d1493612e419685db595a7be7d1e9ee7663a4b9e (diff) | |
download | freebsd-ports-gnome-97a6c9285ff02742cea21e7599264511dba2cf0a.tar.gz freebsd-ports-gnome-97a6c9285ff02742cea21e7599264511dba2cf0a.tar.zst freebsd-ports-gnome-97a6c9285ff02742cea21e7599264511dba2cf0a.zip |
Back out r379585, this breaks configure on freebsd head and thus packaging of xorg-apps and xorg
With hat: portmgr
Diffstat (limited to 'x11')
-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 |