diff options
author | sem <sem@FreeBSD.org> | 2005-01-09 04:58:24 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-09 04:58:24 +0800 |
commit | 69e141d59e4850afcf9855ca4405990aaa6c616e (patch) | |
tree | 288e84d7d10c9745868a7c393eccf097df56b49b /mail/gnubiff/Makefile | |
parent | 415a73be46552c8c9181cb9ffb21131a81a6d015 (diff) | |
download | freebsd-ports-gnome-69e141d59e4850afcf9855ca4405990aaa6c616e.tar.gz freebsd-ports-gnome-69e141d59e4850afcf9855ca4405990aaa6c616e.tar.zst freebsd-ports-gnome-69e141d59e4850afcf9855ca4405990aaa6c616e.zip |
- Fix plist
PR: ports/75927
Submitted by: maintainer
Reported by: kris
Diffstat (limited to 'mail/gnubiff/Makefile')
-rw-r--r-- | mail/gnubiff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 54aff3cdb7f9..86cdbd653de9 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -40,10 +40,12 @@ WANT_GNOME= yes USE_GNOME+= gnomepanel gconf2 gnomeprefix gnomehack PKGNAMESUFFIX= -gnome PLIST_SUB+= SHAREDIR="share/gnome" +PLIST_SUB+= BONOBODIR="libdata/bonobo" PLIST_SUB+= WITH_GNOME="" .else CONFIGURE_ARGS+= --disable-gnome PLIST_SUB+= SHAREDIR="share" +PLIST_SUB+= BONOBODIR="lib/bonobo" PLIST_SUB+= WITH_GNOME="@comment " .endif |