diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-06 11:48:10 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-06 11:48:10 +0000 |
commit | 5b63de467e6b4bfe0fd2f41c9620b1fa8575f14d (patch) | |
tree | 8063a69dc7cf43527c5d7f1a29654aa0286b67cc /misc/p5-OSSP-uuid | |
parent | a6848ff6a376e87f7e4ea0326bfabf82a5f480f3 (diff) |
net/guacamole-server, misc/e2fsprogs-libuuid, misc/p5-OSSP-uuid, misc/ossp-uuid
Currently when requiring both ossp-uuid and e2fspogs-libuuid is an
impossibility without the use of a jail. This patch was created to
fix this conflict. The patch includes updating revisions for removal
of CONFLICTS, and change LIBDEPEND change for all affected ports.
The changes on ossp-uuid port includes renaming of the shared/static
libs created, C/C++ manpage, and rename of pkgconfig file.
PR: 207004
Submitted by: Ultima1252@gmail.com
Approved by: vd
Notes
Notes:
svn path=/head/; revision=410454
Diffstat (limited to 'misc/p5-OSSP-uuid')
-rw-r--r-- | misc/p5-OSSP-uuid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/p5-OSSP-uuid/Makefile b/misc/p5-OSSP-uuid/Makefile index b2b368fbc14d..0c4556e4c43b 100644 --- a/misc/p5-OSSP-uuid/Makefile +++ b/misc/p5-OSSP-uuid/Makefile @@ -3,7 +3,7 @@ COMMENT= Perl bindings for ossp-uuid -BUILD_DEPENDS= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid +BUILD_DEPENDS= ${LOCALBASE}/lib/libossp-uuid.a:${PORTSDIR}/misc/ossp-uuid SLAVEPORT= perl USES= perl5 |