diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2014-07-08 18:08:22 +0800 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2014-07-08 18:08:22 +0800 |
commit | 12177e3279695a57dc41d3241f9c1cc26e728f55 (patch) | |
tree | e9e9e5b1bcbad8f6bbffd314565647c7192d4ee5 /devel | |
parent | 573cb4c58bff02ae82ce6c940ff8f418085093e6 (diff) | |
download | freebsd-ports-gnome-12177e3279695a57dc41d3241f9c1cc26e728f55.tar.gz freebsd-ports-gnome-12177e3279695a57dc41d3241f9c1cc26e728f55.tar.zst freebsd-ports-gnome-12177e3279695a57dc41d3241f9c1cc26e728f55.zip |
devel/pecl-uuid: convert to new LIB_DEPENDS format
Approved by: swills (mentor), portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pecl-uuid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pecl-uuid/Makefile b/devel/pecl-uuid/Makefile index 710d42bb4490..a9bb200c3163 100644 --- a/devel/pecl-uuid/Makefile +++ b/devel/pecl-uuid/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= PECL MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= UUID extension -LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid CONFIGURE_ARGS= --with-uuid=${LOCALBASE} CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib PHP_MODNAME= ${PORTNAME} |