diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 11:59:17 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-10 11:59:17 +0800 |
commit | a42d48ae5f29988bdf6bc29f40b0e541d78f0c02 (patch) | |
tree | ebfdc6f0e67f56ec264e9752cac27514dbaa53df /net-im/empathy/Makefile | |
parent | 3811c60b1bac2c65b6479f513db67966d8a4a615 (diff) | |
download | marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.gz marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.bz2 marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.lz marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.xz marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.tar.zst marcuscom-ports-a42d48ae5f29988bdf6bc29f40b0e541d78f0c02.zip |
-Fix the plist.
-Add INSTALLS_OMF.
-Bump it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11509 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy/Makefile')
-rw-r--r-- | net-im/empathy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index a1f0b59e7..8bcbc58e0 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.12 2008/09/01 16:43:10 ahze Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.13 2008/09/09 16:23:50 marcus Exp $ PORTNAME= empathy PORTVERSION= 2.23.92 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -25,6 +26,7 @@ USE_LDCONFIG= yes USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack \ gnomepanel USE_AUTOTOOLS= libtool:15 +INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_PYTHON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |