diff --git src/grovel.lisp src/grovel.lisp
index 062045e..cb8b0f7 100644
--- src/grovel.lisp
+++ src/grovel.lisp
@@ -1,7 +1,7 @@
 (in-package :jpeg-turbo)
 (include "turbojpeg.h")
 #+(or freebsd OS-MACOSX)
-(cc-flags "-I/usr/local/include")
+(cc-flags "-I@@MACPORTS_PREFIX@@/include")
 
 ;; Subsampling modes
 (cenum subsamp
