diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-09-26 11:24:54 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-09-26 11:24:54 +0000 |
commit | a084fb8edc266e5f9d005e0daaac9040a02b87e9 (patch) | |
tree | 4c7363cd0c2cec20078d7c943facd564b375335f /cad/linux-eagle/Makefile | |
parent | a8d280812768c88660b4d64df73c65b37e7b50d7 (diff) |
Notes
Diffstat (limited to 'cad/linux-eagle/Makefile')
-rw-r--r-- | cad/linux-eagle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/linux-eagle/Makefile b/cad/linux-eagle/Makefile index 651d6b605be5..697f8bf1ac34 100644 --- a/cad/linux-eagle/Makefile +++ b/cad/linux-eagle/Makefile @@ -6,10 +6,9 @@ # PORTNAME= linux-eagle -EAGLEVERSION?= 4.13 +EAGLEVERSION?= 4.15 EAGLELANG?= eng PORTVERSION= ${EAGLEVERSION:S/r/./} -PORTREVISION= 1 CATEGORIES?= cad linux MASTER_SITES= ftp://ftp.cadsoft.de/pub/program/${EAGLEVERSION}/ DISTNAME= ${PORTNAME:S/linux-//}-lin-${EAGLELANG}-${EAGLEVERSION} |