diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-05 00:14:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-05 00:14:36 +0000 |
commit | d82b0d0fc773d77e215f590a7bd0359822926d9f (patch) | |
tree | 26a9fbdf1d71f495f01269450fdf5bf651f2b6bf /x11-toolkits/libbonoboui | |
parent | 5308b66a4a245b44cdf8b1e7ad8924c61ebe5586 (diff) | |
download | ports-d82b0d0fc773d77e215f590a7bd0359822926d9f.tar.gz ports-d82b0d0fc773d77e215f590a7bd0359822926d9f.zip |
Correct a problem with the patch in my last commit.
Notes
Notes:
svn path=/head/; revision=86316
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 ed4f02fab50a..20eb2d7f170e 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 |