diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /accessibility/dasher/Makefile | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index bc05491c3ab8..445df1ae2890 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -28,7 +28,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ libwnck WANT_GNOME= yes -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_REINPLACE= yes USE_GCC= 3.4+ @@ -50,13 +50,4 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-O2||g' -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); - .include <bsd.port.post.mk> |