diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-30 05:16:11 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-30 05:16:11 +0800 |
commit | 635fd0f20b288563897dee391f02e839ce7786f8 (patch) | |
tree | 1318def4a1e657c5c2b5a19242bbc20f895c9a48 /sysutils | |
parent | 3c5884ac7ae145705bb73ab3628acd6755276c3f (diff) | |
download | freebsd-ports-gnome-635fd0f20b288563897dee391f02e839ce7786f8.tar.gz freebsd-ports-gnome-635fd0f20b288563897dee391f02e839ce7786f8.tar.zst freebsd-ports-gnome-635fd0f20b288563897dee391f02e839ce7786f8.zip |
mail/gmime2 mail/gmime2-sharp:
- USES=libtool
- Use USES+= to fix slave port.
- Remove LATEST_LINK and PTHREAD_CFLAGS.
- Remove $FreeBSD$ from patch.
mail/dbmail22:
- USES=libtool.
- Remove -fPIC, PTHREAD_CFLAGS and PTHREAD_LIBS.
- Remove pre-install target. Not needed with staging.
PR: ports/189749
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tracker-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile index ca6c5d6bfe22..5d8923842792 100644 --- a/sysutils/tracker-client/Makefile +++ b/sysutils/tracker-client/Makefile @@ -4,7 +4,7 @@ PORTNAME= tracker PORTVERSION= 0.6.95 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= -client |