diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
commit | b83d7bf933421ec67d43832596ab3f5cf5a33532 (patch) | |
tree | 4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /cad | |
parent | a851269bfa4538b5ba537c3f91e9eca1a5553fc6 (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 2 | ||||
-rw-r--r-- | cad/salome/Makefile.ext | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index f3bbee815d4c..26514d384c9e 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcb PORTVERSION= 20110918 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index 15760622b808..ef18da9030ce 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -252,7 +252,7 @@ CONFIGURE_ENV+= MED2HOME=${LOCALBASE} #Dependency from gd .if ${SAL_MODULE} == "sierpinsky" -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd .endif .if ${SAL_MODULE} == "yacs" |