diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-17 20:03:17 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-17 20:03:17 +0800 |
commit | 1c3328e4aad5bea7b79b5d41ef2f3ae539afef54 (patch) | |
tree | c09fbf8c5b4affb24b620e50e69e043f9d66b282 /net-im/libyahoo2 | |
parent | 2be5907dd3c056da46610475e224d1b04b58dbd9 (diff) | |
download | freebsd-ports-gnome-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.tar.gz freebsd-ports-gnome-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.tar.zst freebsd-ports-gnome-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.zip |
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Diffstat (limited to 'net-im/libyahoo2')
-rw-r--r-- | net-im/libyahoo2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index f9df2264f751..991840442acf 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -17,6 +17,7 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget +USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |