diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 23:38:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 23:38:41 +0000 |
commit | bbee4a66a6c51cf5cf05a31aa2fdded1468ceb80 (patch) | |
tree | 0726304aec2db9c6ee69531b05d092b3e3aa034a /comms/kpsk | |
parent | Remove USE_REINPLACE from all categories starting with B (diff) |
remove USE_REINPLACE for all ports with categories starting with C
Notes
Notes:
svn path=/head/; revision=161308
Diffstat (limited to 'comms/kpsk')
-rw-r--r-- | comms/kpsk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/kpsk/Makefile b/comms/kpsk/Makefile index 94afa9b08498..c57ae0f5925f 100644 --- a/comms/kpsk/Makefile +++ b/comms/kpsk/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 USE_BZIP2= yes USE_GMAKE= yes USE_KDELIBS_VER=3 -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-D_POSIX_C_SOURCE -I${LOCALBASE}/include" \ USER_LDFLAGS="-L${LOCALBASE}/lib" |