diff options
author | timur <timur@FreeBSD.org> | 2014-08-09 05:36:33 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2014-08-09 05:36:33 +0800 |
commit | 81434e6f939cd34fcf0ac3cd520c2e7dcce9e0f9 (patch) | |
tree | b38a320664ee9bd5bbf8d7c8dbdabd9655487af7 /net/samba-libsmbclient | |
parent | 7ab4e895309a608d84d94f8fb0b56e72e3136087 (diff) | |
download | freebsd-ports-gnome-81434e6f939cd34fcf0ac3cd520c2e7dcce9e0f9.tar.gz freebsd-ports-gnome-81434e6f939cd34fcf0ac3cd520c2e7dcce9e0f9.tar.zst freebsd-ports-gnome-81434e6f939cd34fcf0ac3cd520c2e7dcce9e0f9.zip |
Add explicitly library path to the corresponding .pc files
PR: 191997
Diffstat (limited to 'net/samba-libsmbclient')
-rw-r--r-- | net/samba-libsmbclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index 8092247e2c61..d9b4de1ca750 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 0 PKGNAMESUFFIX= -libsmbclient |