diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-05 20:34:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-09-05 20:34:05 +0000 |
commit | d4a229e9bc4672382cb64ab2d3e076dfa11dcef9 (patch) | |
tree | 0c049316de3173acec41b79f599be7c99c93b1e6 /net/avahi/Makefile | |
parent | c4fcaa4d4dbdb5f2fba25064f4521f37ae5b14d3 (diff) |
Notes
Diffstat (limited to 'net/avahi/Makefile')
-rw-r--r-- | net/avahi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 93431a37ba65..a5386af8e5e1 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -7,7 +7,7 @@ PORTNAME= avahi PORTVERSION= 0.6.13 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ @@ -79,7 +79,8 @@ PLIST_SUB+= GTK="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure \ + @${REINPLACE_CMD} -e 's|-ldl||g ; s|netdev|network|g' \ + ${WRKSRC}/configure \ ${WRKSRC}/avahi-client/Makefile.in \ ${WRKSRC}/avahi-daemon/Makefile.in |