From c11a3b5dbe060fb142d848310a360e9608d30f11 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 30 Nov 2005 00:53:22 +0000 Subject: [MAINTAINER] editors/rospell: fix build on 4.x 4.x make doesn't know what BSDmakefile is so tekk it what to use. Remove HAS_CONFIGURE= yes because we don't use distributed ./configure At the end, it still failed on 4.x. A short discussion with the submitter ended up in a "let's keep it broken on 4.x" PR: ports/89740 Submitted by: Ion-Mihai Tetcu --- editors/rospell/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'editors/rospell/Makefile') diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile index c48050fff736..75b93bdf85d7 100644 --- a/editors/rospell/Makefile +++ b/editors/rospell/Makefile @@ -20,7 +20,7 @@ USE_QT_VER= 3 MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} CONFIGURE_ENV= QTDIR=${X11BASE} LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" -HAS_CONFIGURE= yes +MAKEFILE= BSDmakefile MAN1= rospell.1 @@ -30,10 +30,13 @@ MAN1= rospell.1 IGNORE= doesn't compile properly on 4.x systems .endif +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} dictfiles.h + do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${ALL_TARGET} do-install: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${INSTALL_TARGET} .include -- cgit v1.2.3