mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
edbbdaf2a2
- devel/omake: - add new MASTER_SITES - regenerate patches [1] - graphics/ocaml-images: - add missing LIB_DEPENDS - pet portlint - bump PORTREVISION - games/freetennis: - add missing indirect depedencies [2] - bump PORTREVISION PR: 210853 [1] Submitted by: lightside@gmx.com [1] Reported by: poudriere testport [2]
21 lines
591 B
Plaintext
21 lines
591 B
Plaintext
--- OMakefile.orig 2012-11-07 22:03:19.000000000 +0100
|
|
+++ OMakefile 2012-11-07 22:04:26.000000000 +0100
|
|
@@ -22,13 +22,13 @@
|
|
|
|
# Specify non standard include directories
|
|
INCLUDES[]=
|
|
- /usr/include/X11
|
|
- /usr/local/include
|
|
+ %%INCLUDESPORTS%%
|
|
+ %%INCLUDESX11%%
|
|
+ %%INCLUDESPNG%%
|
|
|
|
# Specify non standard library directories
|
|
LDFLAGS[]+=
|
|
-# for example,
|
|
-# LDFLAGS[]+= -L/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/
|
|
+ %%LDFLAGSPORTS%%
|
|
|
|
# Specify directories where X's rgb.txt can be found
|
|
PATH_RGB_TXT[]=
|