diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-13 22:37:38 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-13 22:37:38 +0000 |
commit | ab2498ecfc4582d8b8949640351286a76d360e57 (patch) | |
tree | 07a34a2a9a6a38145503918d6344f0bfb468b359 /audio/cdrdao | |
parent | Go go gadget demoroniser! (diff) |
Look for gtk--.h in ${X11BASE} not ${PREFIX}
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes:
svn path=/head/; revision=20692
Diffstat (limited to 'audio/cdrdao')
-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 9df38de157c7..82ff1fd2ff44 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 |