diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | ceba2112833ea325577af308d27cad5d00490059 (patch) | |
tree | 43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /audio/x11amp | |
parent | (1) Rename variable "USE_X11" to "USE_X_PREFIX" to make clearer what it (diff) |
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
Diffstat (limited to 'audio/x11amp')
-rw-r--r-- | audio/x11amp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index cb4234504827..dd989aa105fb 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Jul 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/07/13 22:53:31 dburr Exp $ +# $Id: Makefile,v 1.2 1998/07/13 22:55:43 dburr Exp $ # DISTNAME= x11amp-0.7-FreeBSD @@ -17,7 +17,7 @@ MAINTAINER= dburr@FreeBSD.ORG WRKSRC= ${WRKDIR}/x11amp -USE_X11= YES +USE_X_PREFIX= YES NO_BUILD= YES do-install: |