diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-10-19 20:13:20 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-10-19 20:13:20 +0000 |
commit | 34561a9e9fccd1fc9744b677060bd77667eee028 (patch) | |
tree | 97800f90b6a50344cd70867ca03ea7734c11d59f /x11/cl-clx-sbcl | |
parent | c8dce393e1b88f6166c33e13c0b3f92e8dcef6dd (diff) | |
download | ports-34561a9e9fccd1fc9744b677060bd77667eee028.tar.gz ports-34561a9e9fccd1fc9744b677060bd77667eee028.zip |
Notes
Diffstat (limited to 'x11/cl-clx-sbcl')
-rw-r--r-- | x11/cl-clx-sbcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index 2ad66d97c89a..e2d321d5ba46 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -15,4 +15,6 @@ USE_ASDF_FASL= yes FASL_BUILD= yes FASL_TARGET= sbcl +PLIST= ${.CURDIR}/pkg-plist + .include "${MASTERDIR}/Makefile" |