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 /science/gwyddion | |
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 'science/gwyddion')
-rw-r--r-- | science/gwyddion/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index 4fb9afeab6b4..89b480229f71 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -12,11 +12,11 @@ COMMENT= Gtk2 based SPM data visualization and analysis tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libminizip.so:${PORTSDIR}/archivers/minizip \ - libcfitsio.so:${PORTSDIR}/astro/cfitsio \ - libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ - libfftw3.so:${PORTSDIR}/math/fftw3 \ - libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= libminizip.so:archivers/minizip \ + libcfitsio.so:astro/cfitsio \ + libIlmImf.so:graphics/OpenEXR \ + libfftw3.so:math/fftw3 \ + libgtkglext-x11-1.0.so:x11-toolkits/gtkglext USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ shared-mime-info tar:xz @@ -48,7 +48,7 @@ PYTHON_CONFIGURE_WITH= gtksourceview python RUBY_USE= ruby=yes RUBY_CONFIGURE_WITH= ruby UNIQUE_DESC= Remote control backend support -UNIQUE_LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique +UNIQUE_LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique UNIQUE_CONFIGURE_WITH= unique post-patch: |