diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 20:29:10 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 20:29:10 +0800 |
commit | b3ba3ae4272e4c4220fb51995e26b0b707865b33 (patch) | |
tree | 43a10a02f7124aa5b738e7b4700f122f30641001 /net/kopete | |
parent | 77de57715eaa7f5916568b4cc5abd98ede51b434 (diff) | |
download | freebsd-ports-gnome-b3ba3ae4272e4c4220fb51995e26b0b707865b33.tar.gz freebsd-ports-gnome-b3ba3ae4272e4c4220fb51995e26b0b707865b33.tar.zst freebsd-ports-gnome-b3ba3ae4272e4c4220fb51995e26b0b707865b33.zip |
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Diffstat (limited to 'net/kopete')
-rw-r--r-- | net/kopete/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/kopete/Makefile b/net/kopete/Makefile index 6290be3883dd..f3a0f55d349b 100644 --- a/net/kopete/Makefile +++ b/net/kopete/Makefile @@ -20,7 +20,6 @@ USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-lcrypto" |