Lines 39-48
Link Here
|
39 |
|
39 |
|
40 |
INSTALLS_SHLIB= yes |
40 |
INSTALLS_SHLIB= yes |
41 |
|
41 |
|
|
|
42 |
.include <bsd.port.pre.mk> |
43 |
|
42 |
# mpeg4ip is broke for now, disable it. |
44 |
# mpeg4ip is broke for now, disable it. |
|
|
45 |
.if ${OSVERSION} >= 502126 |
46 |
.if !exists(${LOCALBASE}/lib/libmp4v2.so) |
43 |
WITHOUT_MPEG4IP=yes |
47 |
WITHOUT_MPEG4IP=yes |
44 |
|
48 |
.endif |
45 |
.include <bsd.port.pre.mk> |
49 |
.endif |
46 |
|
50 |
|
47 |
.if defined(WITHOUT_MPEG4IP) |
51 |
.if defined(WITHOUT_MPEG4IP) |
48 |
PLIST_SUB+= WITHOUT_MPEG4IP="" PLUGIN="@comment " |
52 |
PLIST_SUB+= WITHOUT_MPEG4IP="" PLUGIN="@comment " |