diff options
author | marino <marino@FreeBSD.org> | 2015-02-22 17:27:27 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-02-22 17:27:27 +0800 |
commit | 2e04b277081be1080b73553af86366e249d10901 (patch) | |
tree | f29474d4806cb56d8ba958c9e8a7715839802aee /x11 | |
parent | a4fbc32c22a03ef3a9d2874fd30bb723a7875d59 (diff) | |
download | freebsd-ports-gnome-2e04b277081be1080b73553af86366e249d10901.tar.gz freebsd-ports-gnome-2e04b277081be1080b73553af86366e249d10901.tar.zst freebsd-ports-gnome-2e04b277081be1080b73553af86366e249d10901.zip |
x11/sessreg: Use tradcpp to fix build on gcc-5
The building of the man page relies on cpp behavior that has changed
in the latest version of cpp, so used tradcpp unconditionally.
Approved by: blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sessreg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile index 3b6fb7f571a3..567f4fb224c3 100644 --- a/x11/sessreg/Makefile +++ b/x11/sessreg/Makefile @@ -7,8 +7,11 @@ 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 |