diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 2ff80f55375ee2811ca2895a06b853699c3e0915 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/cfengine33 | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils/cfengine33')
-rw-r--r-- | sysutils/cfengine33/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/cfengine33/Makefile b/sysutils/cfengine33/Makefile index d39339fbe08a..d07b90a607aa 100644 --- a/sysutils/cfengine33/Makefile +++ b/sysutils/cfengine33/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --enable-fhs CFLAGS+= -Wno-error=implicit-function-declaration -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT OPTIONS_SINGLE= DB @@ -52,12 +52,12 @@ post-patch: .if ${PORT_OPTIONS:MTOKYOCABINET} CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE} -LIB_DEPENDS+= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet .endif .if ${PORT_OPTIONS:MQDBM} CONFIGURE_ARGS+= --with-qdbm=${LOCALBASE} -LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/databases/qdbm +LIB_DEPENDS+= libqdbm.so:databases/qdbm .endif .if ${PORT_OPTIONS:MPGSQL} @@ -68,13 +68,13 @@ CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -LIB_DEPENDS+= libmysqlclient.so:${PORTSDIR}/${_MYSQL_CLIENT} +LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT} LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= libvirt.so:devel/libvirt .endif .include <bsd.port.mk> |