diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /comms/tilp2 | |
parent | Fix prop. (diff) |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'comms/tilp2')
-rw-r--r-- | comms/tilp2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile index 4fca8744b073..230695bc3901 100644 --- a/comms/tilp2/Makefile +++ b/comms/tilp2/Makefile @@ -11,10 +11,10 @@ COMMENT= TI Linking Program LICENSE= GPLv2 -LIB_DEPENDS= libticables2.so:${PORTSDIR}/comms/libticables2 \ - libtifiles2.so:${PORTSDIR}/devel/libtifiles2 \ - libticalcs2.so:${PORTSDIR}/comms/libticalcs2 \ - libticonv.so:${PORTSDIR}/converters/libticonv +LIB_DEPENDS= libticables2.so:comms/libticables2 \ + libtifiles2.so:devel/libtifiles2 \ + libticalcs2.so:comms/libticalcs2 \ + libticonv.so:converters/libticonv USES= desktop-file-utils gmake pkgconfig shared-mime-info tar:bzip2 USE_GNOME= gtk20 intltool |