diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-30 04:56:14 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-30 04:56:14 +0000 |
commit | 313a5a033e2f73e726bcb4db7228e7c0ade340f5 (patch) | |
tree | 8c306b05a9c048317c0f9619a3d3d9940e151f2f /net-p2p/transmission-cli/Makefile | |
parent | 84076b179dc73cf484c283904b3717eca41c932f (diff) |
Notes
Diffstat (limited to 'net-p2p/transmission-cli/Makefile')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index b071e6ab8f77..4a8fc3bac4df 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -6,7 +6,7 @@ # PORTNAME= transmission -PORTVERSION= 0.90 +PORTVERSION= 0.91 PORTREVISION?= 0 CATEGORIES= net-p2p MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ @@ -21,12 +21,12 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -# --without-gtk broke configure, CUSTOM_SUBDIRS (manual) will taking care of it. -CONFIGURE_ARGS?=--without-wx +CONFIGURE_ARGS?=--without-gtk \ + --without-wx CUSTOM_SUBDIRS?=third-party libtransmission cli DOCS= AUTHORS LICENSE NEWS README -#MAN1?= transmissioncli.1 +MAN1?= transmissioncli.1 general-patch: @${REINPLACE_CMD} -e \ @@ -36,6 +36,8 @@ general-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%CUSTOM_SUBDIRS%%|${CUSTOM_SUBDIRS}|g' \ ${WRKSRC}/Makefile.in + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|$$(OPENSSL_CFLAGS)||g ; s|$$(OPENSSL_LIBS)||g' post-patch: general-patch |