diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-30 07:22:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-30 07:22:13 +0800 |
commit | 9b0fe0317cf751764769c8369839d0fc23720676 (patch) | |
tree | 7c90c0b777e9c2844aa2b11a77f8e4884c000709 /deskutils/deskbar-applet/Makefile | |
parent | 85a35fb5bf53fe40ebb03a689521351e53932e4d (diff) | |
download | marcuscom-ports-9b0fe0317cf751764769c8369839d0fc23720676.tar marcuscom-ports-9b0fe0317cf751764769c8369839d0fc23720676.tar.gz marcuscom-ports-9b0fe0317cf751764769c8369839d0fc23720676.tar.bz2 marcuscom-ports-9b0fe0317cf751764769c8369839d0fc23720676.tar.lz marcuscom-ports-9b0fe0317cf751764769c8369839d0fc23720676.tar.xz marcuscom-ports-9b0fe0317cf751764769c8369839d0fc23720676.tar.zst marcuscom-ports-9b0fe0317cf751764769c8369839d0fc23720676.zip |
Re-fix the problem where our locale module does not offer bindtextdomain.
Reported by: mux
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6353 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet/Makefile')
-rw-r--r-- | deskutils/deskbar-applet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile index d966d4cf8..7e983ccf8 100644 --- a/deskutils/deskbar-applet/Makefile +++ b/deskutils/deskbar-applet/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD: ports/deskutils/deskbar-applet/Makefile,v 1.10 2006/04/30 00:46:46 marcus Exp $ -# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.26 2006/05/17 04:36:31 marcus Exp $ +# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.27 2006/05/17 14:29:28 marcus Exp $ # PORTNAME= deskbar-applet PORTVERSION= 2.15.2.1 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |