diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-03 03:51:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-03 03:51:35 +0800 |
commit | fde5446555d48a8053fc8dd21cfe8dbef02b1093 (patch) | |
tree | a17de01092f112c4ac48df670baaca20c103696a /science/cdcl | |
parent | f90e555707f5f8eb944abe6babaf73e4d6f49570 (diff) | |
download | freebsd-ports-gnome-fde5446555d48a8053fc8dd21cfe8dbef02b1093.tar.gz freebsd-ports-gnome-fde5446555d48a8053fc8dd21cfe8dbef02b1093.tar.zst freebsd-ports-gnome-fde5446555d48a8053fc8dd21cfe8dbef02b1093.zip |
- Fix typo (CUNFIGURE_ARGS)
- Add USE_XORG (needed when built without gtk)
PR: 127766
Submitted by: me
Approved by: Shin'ya Murakami <murashin at gfd-dennou dot org> (maintainer)
Diffstat (limited to 'science/cdcl')
-rw-r--r-- | science/cdcl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile index f1d0b760a45e..4e4649afcc85 100644 --- a/science/cdcl/Makefile +++ b/science/cdcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= cdcl PORTVERSION= 5.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ \ http://dennou-h.gfd-dennou.org/arch/dcl/ \ @@ -18,6 +18,7 @@ MAINTAINER= murashin@gfd-dennou.org COMMENT= Scientific graphic library for geoscience .if defined(WITHOUT_GTK) +USE_XORG= x11 .else USE_GNOME= gtk20 .endif @@ -26,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x .if defined(WITHOUT_GTK) -CUNFIGURE_ARGS+= --disable-gtk --disable-gtk2 +CONFIGURE_ARGS+= --disable-gtk --disable-gtk2 .endif PLIST_SUB= DCL_VERSION=${PORTVERSION:S/.//g} |