diff options
Diffstat (limited to 'devel/uatraits/Makefile')
-rw-r--r-- | devel/uatraits/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/uatraits/Makefile b/devel/uatraits/Makefile index 2c3e9b1dddcc..ef6d48eda03c 100644 --- a/devel/uatraits/Makefile +++ b/devel/uatraits/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= http://people.freebsd.org/~demon/ MAINTAINER= demon@FreeBSD.org COMMENT= User-Agent detection library -LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ - libpcre.so:${PORTSDIR}/devel/pcre \ - libxml2.so:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ + libpcre.so:devel/pcre \ + libxml2.so:textproc/libxml2 USES= autoreconf libtool pkgconfig python GNU_CONFIGURE= yes |