diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-24 23:07:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-24 23:07:39 +0800 |
commit | efdf659d4a6e4fd3ac42c75ee835fc22037e29ab (patch) | |
tree | bf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /databases | |
parent | 9aacbad58fc52aedc2b94701fba20c62fef1e7bd (diff) | |
download | freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.tar.gz freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.tar.zst freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.zip |
Switch some dependencies from a directory name or a file generated by pkg-install
to a package name, as the former can't be attributed to a package
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index c568fdb250ac..55445b2e992c 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -94,7 +94,7 @@ CONFIGURE_ARGS+=--disable-nls .endif .if exists(${LOCALBASE}/lib/X11/fonts/dejavu) || ${PORT_OPTIONS:MDEJAVU} -RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/dejavu:${PORTSDIR}/x11-fonts/dejavu +RUN_DEPENDS+= dejavu>0:${PORTSDIR}/x11-fonts/dejavu .endif CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 |