Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-p2p/libtorrent/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 20 Jun 2006 12:14:15 -0000 1.26 +++ Makefile 28 Jun 2006 11:45:14 -0000 @@ -20,12 +20,16 @@ USE_GCC= 3.4 USE_GNOME= pkgconfig gnomehack +USE_OPENSSL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +.include + +CONFIGURE_ARGS= --disable-debug --with-openssl=${OPENSSLBASE} + post-patch: @${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure -.include +.include