diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-24 08:53:38 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-24 08:53:38 +0000 |
commit | 3c4a4eb2112f193214260899bbad691ce1ea7506 (patch) | |
tree | a9ffd57bfc53dc5cc57f66e93667f42e4a451ec6 | |
parent | fdfd9914b02be0fcc969cc70e58c3dd62e38c725 (diff) | |
download | FreeBSD-ports-3c4a4eb2112f193214260899bbad691ce1ea7506.zip FreeBSD-ports-3c4a4eb2112f193214260899bbad691ce1ea7506.tar.gz |
Remove a trailing '\' left over from previous commit.
-rw-r--r-- | math/gretl/Makefile | 2 | ||||
-rw-r--r-- | misc/gretl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index d9ff4f2..e2097b2 100644 --- a/math/gretl/Makefile +++ b/math/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 diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index d9ff4f2..e2097b2 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 |