diff options
Diffstat (limited to 'sysutils/coaster/Makefile')
-rw-r--r-- | sysutils/coaster/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sysutils/coaster/Makefile b/sysutils/coaster/Makefile index aef4ef85df18..1d99fac4f019 100644 --- a/sysutils/coaster/Makefile +++ b/sysutils/coaster/Makefile @@ -28,7 +28,7 @@ USE_GCC= 3.4 USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_OMF= yes -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -37,15 +37,6 @@ GCONF_SCHEMAS= coaster.schemas BROKEN= "Broken with new nautilus-cd-burner" -patch-autotools:: - @(cd ${PATCH_WRKSRC}; \ - for file in ${LIBTOOLFILES}; do \ - ${CP} $$file $$file.tmp; \ - ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ - $$file.tmp > $$file; \ - ${RM} $$file.tmp; \ - done); - post-install: @-update-desktop-database .ifndef (NOPORTDOCS) |