diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /cad/linux-eagle/Makefile | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) |
Notes
Diffstat (limited to 'cad/linux-eagle/Makefile')
-rw-r--r-- | cad/linux-eagle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/linux-eagle/Makefile b/cad/linux-eagle/Makefile index 92f30e64404f..651d6b605be5 100644 --- a/cad/linux-eagle/Makefile +++ b/cad/linux-eagle/Makefile @@ -9,6 +9,7 @@ PORTNAME= linux-eagle EAGLEVERSION?= 4.13 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} @@ -17,8 +18,6 @@ EXTRACT_SUFX= .tgz MAINTAINER?= riggs@rrr.de COMMENT?= An easy to use, yet powerful tool for designing printed circuit boards -RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base - CONFLICTS?= de-linux-eagle-* ONLY_FOR_ARCHS= i386 @@ -29,6 +28,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME:S/linux-//} RESTRICTED= "Usage permitted for non-commercial purposes only" NO_CDROM= "Sale for profit is not permitted" +USE_LINUX= yes NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message |