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/libghemical | |
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/libghemical')
-rw-r--r-- | science/libghemical/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 42209e291639..906c04597733 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -11,11 +11,11 @@ MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Support libraries of science/ghemical port -BUILD_DEPENDS= obabel:${PORTSDIR}/science/openbabel \ - intltool-update:${PORTSDIR}/textproc/intltool \ - ld:${PORTSDIR}/devel/binutils -LIB_DEPENDS= libmpqc.so:${PORTSDIR}/science/mpqc \ - libf2c.so:${PORTSDIR}/lang/f2c +BUILD_DEPENDS= obabel:science/openbabel \ + intltool-update:textproc/intltool \ + ld:devel/binutils +LIB_DEPENDS= libmpqc.so:science/mpqc \ + libf2c.so:lang/f2c USES= fortran gettext gmake pathfix pkgconfig libtool USE_GL= gl |