diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-13 22:37:38 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-13 22:37:38 +0000 |
commit | 0c22aaf98d5b8ec2899c3be9d941d28210cea1f2 (patch) | |
tree | 2c732b1987bf56bcb8580adc9327ab958ff11616 /audio | |
parent | 3019db142ce829b790ab6a71f0b6cac9185962d4 (diff) | |
download | FreeBSD-ports-0c22aaf98d5b8ec2899c3be9d941d28210cea1f2.zip FreeBSD-ports-0c22aaf98d5b8ec2899c3be9d941d28210cea1f2.tar.gz |
Look for gtk--.h in ${X11BASE} not ${PREFIX}
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdrdao/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile index 9df38de..82ff1fd 100644 --- a/audio/cdrdao/Makefile +++ b/audio/cdrdao/Makefile @@ -3,7 +3,7 @@ # Date created: 7 April 1999 # Whom: futatuki # -# $Id: Makefile,v 1.4 1999/08/12 18:49:27 cpiazza Exp $ +# $Id: Makefile,v 1.5 1999/08/12 18:54:46 cpiazza Exp $ # # If You don't want to use Joerg Schilling's SCSI library, # set DONT_USE_SCGLIB = yes @@ -28,7 +28,7 @@ MAN1= cdrdao.1 .include <bsd.port.pre.mk> -.if exists(${PREFIX}/include/gtk--.h) +.if exists(${X11BASE}/include/gtk--.h) XCDRDAO= yes .endif |