diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-24 16:53:38 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-24 16:53:38 +0800 |
commit | 3c4a4eb2112f193214260899bbad691ce1ea7506 (patch) | |
tree | a9ffd57bfc53dc5cc57f66e93667f42e4a451ec6 /misc | |
parent | fdfd9914b02be0fcc969cc70e58c3dd62e38c725 (diff) | |
download | freebsd-ports-gnome-3c4a4eb2112f193214260899bbad691ce1ea7506.tar.gz freebsd-ports-gnome-3c4a4eb2112f193214260899bbad691ce1ea7506.tar.zst freebsd-ports-gnome-3c4a4eb2112f193214260899bbad691ce1ea7506.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 |