diff options
author | anholt <anholt@FreeBSD.org> | 2004-08-19 09:30:33 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-08-19 09:30:33 +0800 |
commit | 3d451c6928d103f3ef1abb59401aef4e21a80ccf (patch) | |
tree | e2a2e56c574336bc60add4d6c2a3c237af2d807e /audio/HVSC-Update | |
parent | 67136f95203e4ae25dcdd55d0e96c2c138d14232 (diff) | |
download | freebsd-ports-gnome-3d451c6928d103f3ef1abb59401aef4e21a80ccf.tar.gz freebsd-ports-gnome-3d451c6928d103f3ef1abb59401aef4e21a80ccf.tar.zst freebsd-ports-gnome-3d451c6928d103f3ef1abb59401aef4e21a80ccf.zip |
Fix to use X_IMAKE_PORT instead of hardcoding imake-4.
Reported by: kris
Diffstat (limited to 'audio/HVSC-Update')
-rw-r--r-- | audio/HVSC-Update/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/HVSC-Update/Makefile b/audio/HVSC-Update/Makefile index fcf578758ec6..67b9240c217f 100644 --- a/audio/HVSC-Update/Makefile +++ b/audio/HVSC-Update/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= anders@FreeBSD.org COMMENT= Update program for the HVSC C= 64 SID tune collection -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 +BUILD_DEPENDS= imake:${X_IMAKE_PORT} WRKSRC= ${WRKDIR}/${PORTNAME}-Tool-${PORTVERSION}-Source |