diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-09 17:09:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-09 17:09:48 +0000 |
commit | 00ac403823c0431391b08531954bd70aba59370e (patch) | |
tree | 712bca456a2586c365f56fc6e76c15470077767a /sysutils/pwg | |
parent | 4f3fc24359b32fe2f1b6ce31b18812ffc30c23d7 (diff) | |
download | ports-00ac403823c0431391b08531954bd70aba59370e.tar.gz ports-00ac403823c0431391b08531954bd70aba59370e.zip |
Notes
Diffstat (limited to 'sysutils/pwg')
-rw-r--r-- | sysutils/pwg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pwg/Makefile b/sysutils/pwg/Makefile index 3f2ac85001e5..e2d13e1c2873 100644 --- a/sysutils/pwg/Makefile +++ b/sysutils/pwg/Makefile @@ -17,7 +17,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINCPLACE= yes +USE_REINPLACE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |