diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-09-03 17:17:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-09-03 17:17:15 +0000 |
commit | 7e37362abb1b10f6d53efc68b04c476ffe8b9037 (patch) | |
tree | c894f74a176a846480099ac4c22c8c7b092a7795 /deskutils/rubrica/Makefile | |
parent | I hope this fixes build on RELENG_4. (diff) |
* Update to 1.0.15
* Fix a GConf crash during installation [1]
Reported by: pointyhat via kris [1]
Diffstat (limited to 'deskutils/rubrica/Makefile')
-rw-r--r-- | deskutils/rubrica/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/rubrica/Makefile b/deskutils/rubrica/Makefile index 0f9476746828..bffa24125da9 100644 --- a/deskutils/rubrica/Makefile +++ b/deskutils/rubrica/Makefile @@ -6,19 +6,20 @@ # PORTNAME= rubrica -PORTVERSION= 1.0.14 -PORTREVISION= 1 +PORTVERSION= 1.0.15 CATEGORIES= deskutils gnome -MASTER_SITES= http://download.berlios.de/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= An addressbook for the gnome2 desktop +COMMENT= An addressbook for the GNOME 2 desktop -USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-gconf-source=${GCONF_CONFIG_SOURCE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALL_TARGET= install install-schemas |