View | Details | Raw Unified | Return to bug 197065 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 43-51 Link Here
43
GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web
43
GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web
44
44
45
# This is master port of transmission-*, so don't override USES definition 
45
# This is master port of transmission-*, so don't override USES definition 
46
USES+=		gmake iconv libtool pkgconfig
46
USES+=		cpe gmake iconv libtool pkgconfig
47
USE_OPENSSL=	yes
47
USE_OPENSSL=	yes
48
GNU_CONFIGURE=	yes
48
GNU_CONFIGURE=	yes
49
CPE_VENDOR=	transmissionbt
49
CPPFLAGS+=	-I${LOCALBASE}/include -DWITH_UTP=1
50
CPPFLAGS+=	-I${LOCALBASE}/include -DWITH_UTP=1
50
LDFLAGS+=	-L${LOCALBASE}/lib
51
LDFLAGS+=	-L${LOCALBASE}/lib
51
LIBS+=		${ICONV_LIB}
52
LIBS+=		${ICONV_LIB}

Return to bug 197065