diff options
Diffstat (limited to 'net/xisp/files/patch-Makefile')
-rw-r--r-- | net/xisp/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xisp/files/patch-Makefile b/net/xisp/files/patch-Makefile index 62e2fa543fde..66e8289ded6e 100644 --- a/net/xisp/files/patch-Makefile +++ b/net/xisp/files/patch-Makefile @@ -9,7 +9,7 @@ -X11PREFIX = /usr/X11R6 +CC ?= gcc +PREFIX = %%PREFIX%% -+X11PREFIX = ${X11BASE} ++X11PREFIX = ${LOCALBASE} INCX11 = $(X11PREFIX)/include LIBX11 = $(X11PREFIX)/lib -INCFORMS = $(X11PREFIX)/include |