diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-07-08 10:00:29 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-07-08 10:00:29 +0800 |
commit | 0cd03d5bfff7f6beb7e1d3908e737f4d2dced52d (patch) | |
tree | 8c118ad155ce565937638abe0c2c9e22578a0e79 /textproc | |
parent | 744e997c93c025a98b520807f804f2052e7f394c (diff) | |
download | freebsd-ports-gnome-0cd03d5bfff7f6beb7e1d3908e737f4d2dced52d.tar.gz freebsd-ports-gnome-0cd03d5bfff7f6beb7e1d3908e737f4d2dced52d.tar.zst freebsd-ports-gnome-0cd03d5bfff7f6beb7e1d3908e737f4d2dced52d.zip |
- Fix build for customized PREFIX and LOCALBASE
Submitted by: QAT
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tokyodystopia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/tokyodystopia/Makefile b/textproc/tokyodystopia/Makefile index 03643fabb641..f70ad16320f3 100644 --- a/textproc/tokyodystopia/Makefile +++ b/textproc/tokyodystopia/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes +CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include MAN1= dystmgr.1 \ dysttest.1 \ |