diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 21:50:03 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 21:50:03 +0000 |
commit | b77e307a41df3728d63f52fa4dad6aa21381959d (patch) | |
tree | 7c198e8c0d57e1f920108972217aecdc507aaf1b /www/mod_flickr | |
parent | 0cf7f5a4d52968c19744c4e59c64ae70779e24c5 (diff) | |
download | ports-b77e307a41df3728d63f52fa4dad6aa21381959d.tar.gz ports-b77e307a41df3728d63f52fa4dad6aa21381959d.zip |
- Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat: apache@
Tested by: Several P6 TB runs
Notes
Notes:
svn path=/head/; revision=261652
Diffstat (limited to 'www/mod_flickr')
-rw-r--r-- | www/mod_flickr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_flickr/Makefile b/www/mod_flickr/Makefile index 0e64e60143fe..d7f96a4d4902 100644 --- a/www/mod_flickr/Makefile +++ b/www/mod_flickr/Makefile @@ -16,6 +16,8 @@ COMMENT= Apache module for Flickr API access LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +MAKE_JOBS_SAFE= yes + XTRA_FLAGS= -lcurl AP_INC= ${LOCALBASE}/include |