diff options
Diffstat (limited to 'cad/linux-eagle/Makefile')
-rw-r--r-- | cad/linux-eagle/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/linux-eagle/Makefile b/cad/linux-eagle/Makefile index 73e0b8718a17..96d6402d28c1 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 |