diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-01-20 19:57:43 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-01-20 19:57:43 +0800 |
commit | a15e69f795814aedbf196e00b1d681ab7fd630f5 (patch) | |
tree | dfa671ae63cb316e0816bef7a448320db67494fe /devel | |
parent | af2132456a1bd0e35df467548712fde625b36ad3 (diff) | |
download | freebsd-ports-gnome-a15e69f795814aedbf196e00b1d681ab7fd630f5.tar.gz freebsd-ports-gnome-a15e69f795814aedbf196e00b1d681ab7fd630f5.tar.zst freebsd-ports-gnome-a15e69f795814aedbf196e00b1d681ab7fd630f5.zip |
Remove USE_ASDF: a devel/cl-asdf update will actually depend on this.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cl-asdf-binary-locations/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cl-asdf-binary-locations/Makefile b/devel/cl-asdf-binary-locations/Makefile index 327076291561..f92d1c6e5242 100644 --- a/devel/cl-asdf-binary-locations/Makefile +++ b/devel/cl-asdf-binary-locations/Makefile @@ -6,6 +6,7 @@ PORTNAME= asdf-binary-locations PORTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= devel lisp MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= olgeni @@ -16,8 +17,6 @@ COMMENT= Selects where your Common Lisp binaries (FASL files) should go NO_BUILD= yes -USE_ASDF= yes - do-install: @${MKDIR} ${ASDF_PATHNAME} @${MKDIR} ${ASDF_PATHNAME}/dev |