diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-15 02:45:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-15 02:45:25 +0800 |
commit | a0aba4bd0c55e86961fcc3ac70fcae1c8a96e749 (patch) | |
tree | b5b58b56d496571199b25d8bd4b019bbdaeaa819 /mail/contact-lookup-applet/Makefile | |
parent | b8943e58ac33d1099e567e0b64fe211400546c39 (diff) | |
download | freebsd-ports-gnome-a0aba4bd0c55e86961fcc3ac70fcae1c8a96e749.tar.gz freebsd-ports-gnome-a0aba4bd0c55e86961fcc3ac70fcae1c8a96e749.tar.zst freebsd-ports-gnome-a0aba4bd0c55e86961fcc3ac70fcae1c8a96e749.zip |
- Update to 0.16
PR: 118602
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'mail/contact-lookup-applet/Makefile')
-rw-r--r-- | mail/contact-lookup-applet/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile index c71e6b0cf64c..e9ad5a689673 100644 --- a/mail/contact-lookup-applet/Makefile +++ b/mail/contact-lookup-applet/Makefile @@ -7,8 +7,7 @@ # PORTNAME= contact -PORTVERSION= 0.14 -PORTREVISION= 3 +PORTVERSION= 0.16 CATEGORIES= mail gnome MASTER_SITES= http://www.burtonini.com/computing/ PKGNAMESUFFIX= -lookup-applet @@ -17,17 +16,11 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gnome panel applet for easy Evolution contact book access -USE_GMAKE= yes -USE_X_PREFIX= yes +USE_GNOME= evolutiondataserver gnomehack gnomepanel gnomeprefix gnometarget USE_GETTEXT= yes +USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel \ - evolutiondataserver gal2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|mkdir}"|mkdir} -p"|g' \ - ${WRKSRC}/install-sh + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |