diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:16:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:16:19 +0800 |
commit | 571e927646ab490e49fcdd3f58953a1548827836 (patch) | |
tree | 379c9aadb0a0d7e0aa24a14026b664883f136eb3 /x11-toolkits/libbonoboui | |
parent | af39a16dae113390cd149015a221a98325734ee0 (diff) | |
download | marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.gz marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.bz2 marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.lz marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.xz marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.zst marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.zip |
- Use single libtool
- add USE_GETTEXT to some ports to make portlint happy
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5739 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libbonoboui')
-rw-r--r-- | x11-toolkits/libbonoboui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index 5b3dac4e8..8719ff64e 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.36 2005/12/04 19:16:55 marcus Exp $ +# $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.37 2006/01/17 00:22:04 marcus Exp $ # PORTNAME= libbonoboui PORTVERSION= 2.13.1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13 @@ -19,9 +20,9 @@ COMMENT= GUI frontend to the libbonobo component of GNOME 2 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes +GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ libgnomecanvas libgnome -USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |