diff options
author | gabor <gabor@FreeBSD.org> | 2007-07-19 15:44:08 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-07-19 15:44:08 +0800 |
commit | 670e484d329c09126045a97b70543fb4199f6e07 (patch) | |
tree | 494f269999736b286b9b23743e2f6c2eb23c9a3d /cad | |
parent | b4f8815933a5082f4d438920d11c3805ac403339 (diff) | |
download | freebsd-ports-gnome-670e484d329c09126045a97b70543fb4199f6e07.tar.gz freebsd-ports-gnome-670e484d329c09126045a97b70543fb4199f6e07.tar.zst freebsd-ports-gnome-670e484d329c09126045a97b70543fb4199f6e07.zip |
- Remove USE_GNUCONFIG, which is a noop
- portlint(1)
PR: ports/114283
Submitted by: gabor
Approved by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/scv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/scv/Makefile b/cad/scv/Makefile index 9a3a1829bd64..5cbc0dc436c5 100644 --- a/cad/scv/Makefile +++ b/cad/scv/Makefile @@ -8,6 +8,7 @@ PORTNAME= scv PORTVERSION= 1.0p2 CATEGORIES= cad devel +MASTER_SITES= # you have to register and manually fetch EXTRACT_SUFX= -sysc2.2.12jun06.tgz MAINTAINER= johnson.peter@gmail.com @@ -20,7 +21,6 @@ RESTRICTED= You have to register at http://www.systemc.org/account/register.php USE_GMAKE= yes HAS_CONFIGURE= yes -USE_GNUCONFIG= yes WRKSRC= ${WRKDIR}/scv-1.0p2-sysc2.2 CONFIGURE_SCRIPT= ../configure |