diff options
-rw-r--r-- | science/cdcl-gtk/Makefile | 3 | ||||
-rw-r--r-- | science/ruby-dcl-gtk/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/science/cdcl-gtk/Makefile b/science/cdcl-gtk/Makefile index 41a68605f3cc..49c638b64feb 100644 --- a/science/cdcl-gtk/Makefile +++ b/science/cdcl-gtk/Makefile @@ -10,4 +10,7 @@ COMMENT= Scientific graphic library for geoscience (with gtk support) WITH_GTK= yes +MD5_FILE= ${.CURDIR}/../cdcl/distinfo +DESCR= ${.CURDIR}/../cdcl/pkg-descr + .include "${.CURDIR}/../cdcl/Makefile" diff --git a/science/ruby-dcl-gtk/Makefile b/science/ruby-dcl-gtk/Makefile index 3e4d63e2f3b1..54807b3511f9 100644 --- a/science/ruby-dcl-gtk/Makefile +++ b/science/ruby-dcl-gtk/Makefile @@ -12,4 +12,7 @@ CATEGORIES= science graphics ruby WITH_GTK= yes +MD5_FILE= ${.CURDIR}/../ruby-dcl/distinfo +DESCR= ${.CURDIR}/../ruby-dcl/pkg-descr + .include "${.CURDIR}/../ruby-dcl/Makefile" |