View | Details | Raw Unified | Return to bug 43748
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 13-20 Link Here
13
13
14
MAINTAINER=	sverrir@hem.passagen.se
14
MAINTAINER=	sverrir@hem.passagen.se
15
15
16
BROKEN=		"Does not configure"
17
18
BUILD_DEPENS=	autoconf:${PORTSDIR}/devel/autoconf
16
BUILD_DEPENS=	autoconf:${PORTSDIR}/devel/autoconf
19
17
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/-1//}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/-1//}
Lines 22-30 Link Here
22
USE_KDELIBS_VER=3
20
USE_KDELIBS_VER=3
23
USE_GMAKE=	yes
21
USE_GMAKE=	yes
24
GNU_CONFIGURE=		yes
22
GNU_CONFIGURE=		yes
23
AUTOCONF?=	${LOCALBASE}/bin/autoconf
25
CONFIGURE_TARGET=       --build=${ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_TARGET=       --build=${ARCH}-portbld-freebsd${OSREL}
26
25
27
pre-configure:
26
pre-configure:
28
	cd ${WRKSRC}; autoconf
27
	cd ${WRKSRC}; ${AUTOCONF}
29
28
30
.include <bsd.port.mk>
29
.include <bsd.port.mk>

Return to bug 43748