diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-30 10:08:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-30 10:08:06 +0000 |
commit | 2b68a08704135f829ad2588599cf6bfbf870128a (patch) | |
tree | 82b417e76fddcd9af86713bee1d586ab0fe4f8be /editors/abiword-devel/Makefile | |
parent | 897f02c57d32e3a04dd5332a147984f4eefd8037 (diff) |
Notes
Diffstat (limited to 'editors/abiword-devel/Makefile')
-rw-r--r-- | editors/abiword-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 19bf90018b18..3023db296245 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -29,8 +29,10 @@ DIST_SUBDIR= AbiWord WRKSRC= ${WRKDIR}/${DISTNAME}/abi +USE_AUTOMAKE= yes USE_GMAKE= yes USE_GTK= yes +AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgiconv" MAKEFILE= GNUmakefile @@ -42,8 +44,6 @@ pre-configure: @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing @${RM} -f ${WRKSRC}/configure.ac - @cd ${WRKSRC} ; ${WRKSRC}/autogen.sh - @cd ${WRKSRC} ; ${FIXME} post-install: @${CAT} ${PKGMESSAGE} |