diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-11 14:42:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-11 14:42:42 +0800 |
commit | bf753e7f0f2f5c6d4d2521cfa88a8ffb58d0dd41 (patch) | |
tree | df7cf27c9f17b9bb2174ed93e6c9cf86be89872e /devel/libbonobo/Makefile | |
parent | d71fdc780b323cd2045be8fe89729513f50d35fd (diff) | |
download | marcuscom-ports-bf753e7f0f2f5c6d4d2521cfa88a8ffb58d0dd41.tar marcuscom-ports-bf753e7f0f2f5c6d4d2521cfa88a8ffb58d0dd41.tar.gz marcuscom-ports-bf753e7f0f2f5c6d4d2521cfa88a8ffb58d0dd41.tar.bz2 marcuscom-ports-bf753e7f0f2f5c6d4d2521cfa88a8ffb58d0dd41.tar.lz marcuscom-ports-bf753e7f0f2f5c6d4d2521cfa88a8ffb58d0dd41.tar.xz marcuscom-ports-bf753e7f0f2f5c6d4d2521cfa88a8ffb58d0dd41.tar.zst marcuscom-ports-bf753e7f0f2f5c6d4d2521cfa88a8ffb58d0dd41.zip |
Add a patch to fix lock up problems on -CURRENT. Special thanks
goes to Glenn Johnson <gjohnson@srrc.ars.usda.gov> for tracking this
down.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@745 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r-- | devel/libbonobo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 9b43be365..5e5d8cd16 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbonobo PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 |