diff options
author | netchild <netchild@FreeBSD.org> | 2006-12-04 02:43:57 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-12-04 02:43:57 +0800 |
commit | 548f13889d4cb586a3380c6e7bf62adcdc5f5e5e (patch) | |
tree | bf923f90528a8c2c2c8adca7d4e81d66415d52a5 /mail/claws-mail-newmail | |
parent | 261c5430352fea52c6c3a156b9543bfad36cafe6 (diff) | |
download | freebsd-ports-gnome-548f13889d4cb586a3380c6e7bf62adcdc5f5e5e.tar.gz freebsd-ports-gnome-548f13889d4cb586a3380c6e7bf62adcdc5f5e5e.tar.zst freebsd-ports-gnome-548f13889d4cb586a3380c6e7bf62adcdc5f5e5e.zip |
- Update SC to 2.6.0.
- Move SC to LOCALBASE.
- Move the plugins to LOCALBASE too so that SC finds them (maintainer
informed a while ago).
No UPDATING entry because all plugins have to be recompiled on every
version change of SC and because a normal portupgrade/portmaster on
all SC and plugin ports should DTRT.
Sweeping commit approval by: portmgr
Diffstat (limited to 'mail/claws-mail-newmail')
-rw-r--r-- | mail/claws-mail-newmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/claws-mail-newmail/Makefile b/mail/claws-mail-newmail/Makefile index 940b6cd7b050..5643417813ce 100644 --- a/mail/claws-mail-newmail/Makefile +++ b/mail/claws-mail-newmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= newmail PORTVERSION= 0.0.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/ PKGNAMEPREFIX= sylpheed-claws- @@ -18,7 +19,7 @@ BUILD_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws USE_GMAKE= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_AUTOTOOLS= autoconf:259 PLIST_FILES=lib/sylpheed-claws/plugins/newmail.a \ |