diff options
author | ade <ade@FreeBSD.org> | 2007-02-28 23:59:04 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-02-28 23:59:04 +0800 |
commit | 923b9dc37be1486bddf40523516794cdcb97925a (patch) | |
tree | 832ff3a62562df54cc3434c0da765d5298b70672 /devel/libtool15/Makefile | |
parent | 0f942a05ed6bae6919688b22c7cde0dd5e528e9b (diff) | |
download | freebsd-ports-gnome-923b9dc37be1486bddf40523516794cdcb97925a.tar.gz freebsd-ports-gnome-923b9dc37be1486bddf40523516794cdcb97925a.tar.zst freebsd-ports-gnome-923b9dc37be1486bddf40523516794cdcb97925a.zip |
* Correctly patch devel/libltdl15 with the upstream hack to
prevent eg: gnucash from taking several aeons to start up.
* Hack around the fact that the above then wants to call various
autotools to rebuild parts of the build infrastructure which,
depending on the ports installed can cause things to fail in
weird and wonderful ways.
Diffstat (limited to 'devel/libtool15/Makefile')
-rw-r--r-- | devel/libtool15/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile index c017db004f75..ab5d4c94be0a 100644 --- a/devel/libtool15/Makefile +++ b/devel/libtool15/Makefile @@ -7,7 +7,7 @@ PORTNAME?= libtool PORTVERSION= 1.5.22 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool |