mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
1469244bac
PR: ports/133484 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
12 lines
457 B
Plaintext
12 lines
457 B
Plaintext
--- nyzis/CMakeLists.txt.orig 2009-02-20 07:23:52.703747018 +0100
|
|
+++ nyzis/CMakeLists.txt 2009-02-20 07:24:14.643420287 +0100
|
|
@@ -3,7 +3,7 @@
|
|
|
|
option(ENABLE_X_IN_NYZIS "with this option nyzis links to X and can access the X copy/paste buffer" OFF)
|
|
|
|
-include_directories(${YZIS_INCLUDES} ${NCURSES_INCLUDE_DIR})
|
|
+include_directories(${YZIS_INCLUDES} ${NCURSES_INCLUDE_DIR} ${LOCALBASE}/include)
|
|
|
|
########### next target ###############
|
|
set(nyzis_SRCS
|