diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-24 08:53:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-24 08:53:38 +0000 |
commit | 1553a757137daa7df1f9ecd5301b0a69c9b952eb (patch) | |
tree | 2c6e9867c7ba2ff493c7c75a3412a02d28d0fa09 /misc | |
parent | a58edcd3539e6891e5baa88ecddb17352783581f (diff) | |
download | freebsd-ports-1553a757137daa7df1f9ecd5301b0a69c9b952eb.zip |
Remove a trailing '\' left over from previous commit.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gretl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index d9ff4f2677b0..e2097b255fb7 100644 --- a/misc/gretl/Makefile +++ b/misc/gretl/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gnu Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_X_PREFIX= yes |