diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 15:32:36 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 15:32:36 +0800 |
commit | 79cee04bec9d8eb41595105a0b411918c7984ad9 (patch) | |
tree | e70f93e28daf424324f3dafdf2b6fba1d1c46e01 /x11 | |
parent | 6294e6933b8c60e0b46ca4bf09ef0c87e6c49663 (diff) | |
download | freebsd-ports-gnome-79cee04bec9d8eb41595105a0b411918c7984ad9.tar.gz freebsd-ports-gnome-79cee04bec9d8eb41595105a0b411918c7984ad9.tar.zst freebsd-ports-gnome-79cee04bec9d8eb41595105a0b411918c7984ad9.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cl-clx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/cl-clx/Makefile b/x11/cl-clx/Makefile index 9271135aaf2d..ff032086913a 100644 --- a/x11/cl-clx/Makefile +++ b/x11/cl-clx/Makefile @@ -7,14 +7,16 @@ PORTREVISION?= 1 CATEGORIES= x11 lisp MASTER_SITES= http://common-lisp.net/~abridgewater/dist/clx/ PKGNAMEPREFIX= cl- -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= X11 client library for Common Lisp LICENSE= MIT +USES= tar:tgz + .if !defined(FASL_BUILD) +USES+= makeinfo USE_ASDF= yes INFO= clx PLIST_SUB= ASDF_PATHNAME="${ASDF_PATHNAME:S,^${PREFIX}/,,}" \ |