diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-08-25 11:48:00 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-08-25 11:48:00 +0800 |
commit | c6d296ccbbec2c3a4e998557e8953974786af7da (patch) | |
tree | 026f4d2cc6959685a78cf942a8d4a160d6285a40 /audio/xamp | |
parent | 9be32ece5317e9143e6e43b35a1e8eb5269f6579 (diff) | |
download | freebsd-ports-gnome-c6d296ccbbec2c3a4e998557e8953974786af7da.tar.gz freebsd-ports-gnome-c6d296ccbbec2c3a4e998557e8953974786af7da.tar.zst freebsd-ports-gnome-c6d296ccbbec2c3a4e998557e8953974786af7da.zip |
Correct the wroing variable USE_X11_PREFIX to USE_X_PREFIX.
Diffstat (limited to 'audio/xamp')
-rw-r--r-- | audio/xamp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile index 41aa994146c2..a8a67efbcfa9 100644 --- a/audio/xamp/Makefile +++ b/audio/xamp/Makefile @@ -3,7 +3,7 @@ # Date created: 29 July 1998 # Whom: Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/25 02:02:43 vanilla Exp $ # DISTNAME= xamp-0.8-7 @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/xamp-0.8/xamp-0.8 GNU_CONFIGURE= yes CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}" USE_GMAKE= yes -USE_X11_PREFIX= yes +USE_X_PREFIX= yes MAN1= xamp.1 |