diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-08-06 04:16:32 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-08-06 04:16:32 +0800 |
commit | a08b8ae34d02af6243a796fa424324d90dca11f7 (patch) | |
tree | fa7d1ff4ffafde64f9a7058ad575658a982a38b8 /cad | |
parent | 68c318015e58c31efac2538d5a933f67283a8b6f (diff) | |
download | freebsd-ports-graphics-a08b8ae34d02af6243a796fa424324d90dca11f7.tar.gz freebsd-ports-graphics-a08b8ae34d02af6243a796fa424324d90dca11f7.tar.zst freebsd-ports-graphics-a08b8ae34d02af6243a796fa424324d90dca11f7.zip |
Depend on linux-xorg libs, reported by Brian Josefsen <bj@cold.dk>
PR: ports/101227
Submitted by: Thomas E. Zander (maintainer)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/linux-eagle/Makefile | 6 | ||||
-rw-r--r-- | cad/linux-eagle5/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/cad/linux-eagle/Makefile b/cad/linux-eagle/Makefile index 73e0b8718a1..96d6402d28c 100644 --- a/cad/linux-eagle/Makefile +++ b/cad/linux-eagle/Makefile @@ -9,6 +9,7 @@ PORTNAME= linux-eagle EAGLEVERSION?= 4.16 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} @@ -24,10 +25,11 @@ ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${PORTNAME:S/linux-//}-lin-${EAGLELANG}-${EAGLEVERSION} DATADIR= ${PREFIX}/share/${PORTNAME:S/linux-//} -RESTRICTED= "Usage permitted for non-commercial purposes only" -NO_CDROM= "Sale for profit is not permitted" +RESTRICTED= Usage permitted for non-commercial purposes only +NO_CDROM= Sale for profit is not permitted USE_LINUX= yes +USE_XLIB= yes NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/cad/linux-eagle5/Makefile b/cad/linux-eagle5/Makefile index 73e0b8718a1..96d6402d28c 100644 --- a/cad/linux-eagle5/Makefile +++ b/cad/linux-eagle5/Makefile @@ -9,6 +9,7 @@ PORTNAME= linux-eagle EAGLEVERSION?= 4.16 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} @@ -24,10 +25,11 @@ ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${PORTNAME:S/linux-//}-lin-${EAGLELANG}-${EAGLEVERSION} DATADIR= ${PREFIX}/share/${PORTNAME:S/linux-//} -RESTRICTED= "Usage permitted for non-commercial purposes only" -NO_CDROM= "Sale for profit is not permitted" +RESTRICTED= Usage permitted for non-commercial purposes only +NO_CDROM= Sale for profit is not permitted USE_LINUX= yes +USE_XLIB= yes NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message |