diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-20 12:44:27 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-20 12:44:27 +0000 |
commit | 8541d9ee32f2aa5c74bb1aa08967d20298ca56a8 (patch) | |
tree | 2b9e353b00e591de83e45bea46212750ef6ac2d2 /net/kf/Makefile | |
parent | 8af14debab3196f744965be775bccf0c350c648a (diff) | |
download | ports-8541d9ee32f2aa5c74bb1aa08967d20298ca56a8.tar.gz ports-8541d9ee32f2aa5c74bb1aa08967d20298ca56a8.zip |
Notes
Diffstat (limited to 'net/kf/Makefile')
-rw-r--r-- | net/kf/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/kf/Makefile b/net/kf/Makefile index 9f06c30d608d..5a46bc4fe787 100644 --- a/net/kf/Makefile +++ b/net/kf/Makefile @@ -22,9 +22,6 @@ USE_GETOPT_LONG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER= 15 -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - .ifndef(WITHOUT_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 CONFIGURE_ARGS+= --enable-gtkspell |