diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-09 20:20:26 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-09 20:20:26 +0800 |
commit | 92bc9961170066294f55c88daf145b33dcf886ad (patch) | |
tree | 040eb826c5c1c36d8cbc3041bb098429031895c2 /misc | |
parent | 571e05b8585e91a11e2213fc456f6aad0d494dc0 (diff) | |
download | freebsd-ports-gnome-92bc9961170066294f55c88daf145b33dcf886ad.tar.gz freebsd-ports-gnome-92bc9961170066294f55c88daf145b33dcf886ad.tar.zst freebsd-ports-gnome-92bc9961170066294f55c88daf145b33dcf886ad.zip |
No matter ncursesw from ports or base (OSVERSION >= 700033), it's in
search path. This also fix build after inclusion ncursesw in current.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lifelines/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index cf53189caca6..f62b49a2b78e 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -31,6 +31,10 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's,ncursesw/curses.h,curses.h,' \ + ${WRKSRC}/src/hdrs/mycurses.h + post-install: .if !defined(NOPORTDOCS) .for file in btedit.1 dbverify.1 llines.1 |