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 /finance | |
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 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 6616a43f3792..bf212044ebcf 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -51,11 +51,11 @@ GTKMM_USE= GNOME=gtkmm24 GTKMM_CONFIGURE_ON= --enable-gtkmm GTKMM_CONFIGURE_OFF= --disable-gtkmm GUILE1_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile -GUILE1_BUILD_DEPENDS= ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile -GUILE1_RUN_DEPENDS= ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile +GUILE1_BUILD_DEPENDS= slib-guile>0:${PORTSDIR}/lang/slib-guile +GUILE1_RUN_DEPENDS= slib-guile>0:${PORTSDIR}/lang/slib-guile GUILE2_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 -GUILE2_BUILD_DEPENDS= ${LOCALBASE}/share/guile/2.0/slibcat:${PORTSDIR}/lang/slib-guile2 -GUILE2_RUN_DEPENDS= ${LOCALBASE}/share/guile/2.0/slibcat:${PORTSDIR}/lang/slib-guile2 +GUILE2_BUILD_DEPENDS= slib-guile2>0:${PORTSDIR}/lang/slib-guile2 +GUILE2_RUN_DEPENDS= slib-guile2>0:${PORTSDIR}/lang/slib-guile2 USE_XORG= x11 USES= desktop-file-utils gettext gmake libtool perl5 pkgconfig shebangfix tar:bzip2 |