diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-17 17:45:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-17 17:45:41 +0000 |
commit | e368dc8d46aebbff69c07cd248367ca0710e75be (patch) | |
tree | e8a8855a73a4d807c39db321735cf63b3c42b012 | |
parent | 6edc5d93fb64f8f8554e4a9d3ef3465da881963a (diff) |
Notes
-rw-r--r-- | misc/ossp-uuid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index e5ba8b1ab2c9..8b9cc31cd33f 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -13,7 +13,7 @@ MAINTAINER= vd@FreeBSD.org COMMENT= ISO-C API and CLI for generating Universally Unique Identifiers GNU_CONFIGURE= yes -USES= libtool pathfix +USES+= libtool pathfix USE_LDCONFIG= yes CONFIGURE_ARGS= --with-cxx \ --includedir=${PREFIX}/include/ossp |