diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-18 01:45:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-18 01:45:41 +0800 |
commit | 301f724a28d1a0c1a850cfe9a8df0b9c0c801fc1 (patch) | |
tree | e8a8855a73a4d807c39db321735cf63b3c42b012 /misc | |
parent | 8fa60c8295e1fb739bbc3afeb5d87f6a0c09b6e6 (diff) | |
download | freebsd-ports-gnome-301f724a28d1a0c1a850cfe9a8df0b9c0c801fc1.tar.gz freebsd-ports-gnome-301f724a28d1a0c1a850cfe9a8df0b9c0c801fc1.tar.zst freebsd-ports-gnome-301f724a28d1a0c1a850cfe9a8df0b9c0c801fc1.zip |
Unbreak misc/p5-OSSP-uuid slave
Diffstat (limited to 'misc')
-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 |