diff options
author | flz <flz@FreeBSD.org> | 2006-08-08 18:19:40 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-08-08 18:19:40 +0800 |
commit | 7bb4ade2bf4a3385a8499d30cd34cea8614a26a3 (patch) | |
tree | ee873e4de6b996fcd567e3d2beb98fcfbe85eb5c /net-p2p/rtorrent | |
parent | ce4f2a82316486f8fea2ef277eca876f4777084a (diff) | |
download | freebsd-ports-gnome-7bb4ade2bf4a3385a8499d30cd34cea8614a26a3.tar.gz freebsd-ports-gnome-7bb4ade2bf4a3385a8499d30cd34cea8614a26a3.tar.zst freebsd-ports-gnome-7bb4ade2bf4a3385a8499d30cd34cea8614a26a3.zip |
Attempt to fix build on 4.x.
Reported by: krisbot
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index ffb08a3263b7..b949c6459966 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -22,6 +22,7 @@ CONFLICTS= rtorrent-devel-[0-9]* MAN1= rtorrent.1 USE_GCC= 3.4 +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |