diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-05 08:14:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-05 08:14:36 +0800 |
commit | bbd5459373d9a63aa6d596f2d5f3c308b87d51f0 (patch) | |
tree | 038c13214ed8b98b79722505dad96ed0e0ce7de3 /x11-toolkits/libbonoboui | |
parent | 4ded071f213126bf1c60a2c22823c6a62fdc1019 (diff) | |
download | freebsd-ports-graphics-bbd5459373d9a63aa6d596f2d5f3c308b87d51f0.tar.gz freebsd-ports-graphics-bbd5459373d9a63aa6d596f2d5f3c308b87d51f0.tar.zst freebsd-ports-graphics-bbd5459373d9a63aa6d596f2d5f3c308b87d51f0.zip |
Correct a problem with the patch in my last commit.
Diffstat (limited to 'x11-toolkits/libbonoboui')
-rw-r--r-- | x11-toolkits/libbonoboui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index ed4f02fab50..20eb2d7f170 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libbonoboui -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 |