diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:19:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:19:15 +0800 |
commit | 3015498b28573868646f16da2c3097b4c3cdce7f (patch) | |
tree | 10fe265c7ca334ea1d1e410631651d1a980077ca /devel/bug-buddy | |
parent | 4bc43815741411358355b332e9fb4572ae2b0d6a (diff) | |
download | marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.tar.gz marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.tar.zst marcuscom-ports-3015498b28573868646f16da2c3097b4c3cdce7f.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5748 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bug-buddy')
-rw-r--r-- | devel/bug-buddy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile index 58c496b48..67c496d44 100644 --- a/devel/bug-buddy/Makefile +++ b/devel/bug-buddy/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/bugbuddy/Makefile,v 1.21 2006/01/16 19:26:00 ahze Exp $ +# $MCom: ports/devel/bugbuddy/Makefile,v 1.22 2006/01/31 20:36:47 marcus Exp $ # PORTNAME= bugbuddy @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop gnomemenus \ desktopfileutils gnomedocutils GNOME_DESKTOP_VERSION=2 |