diff options
Diffstat (limited to 'devel/xc3sprog/Makefile')
-rw-r--r-- | devel/xc3sprog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xc3sprog/Makefile b/devel/xc3sprog/Makefile index 4593bb8eb9d6..489802b162b3 100644 --- a/devel/xc3sprog/Makefile +++ b/devel/xc3sprog/Makefile @@ -8,8 +8,8 @@ MASTER_SITES= http://opsec.eu/src/xc3sprog/ MAINTAINER= uffe@uffe.org COMMENT= Free programmer for Xilinx Spartan S3E Starter Kit -LIB_DEPENDS= libftdi.so:${PORTSDIR}/devel/libftdi -RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload +LIB_DEPENDS= libftdi.so:devel/libftdi +RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:misc/fxload USES= tar:xz cmake ALL_TARGET= xc3sprog |